From 2950b00ac7e5db37ab40421f45da7dcbaa07ac1c Mon Sep 17 00:00:00 2001 From: Jesse Cooper Date: Thu, 9 Dec 2021 13:51:39 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.1=20=E2=86=92=201.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyetrade/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4d26335..7b26612 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.1 +current_version = 1.3.2 commit = True tag = True diff --git a/pyetrade/__init__.py b/pyetrade/__init__.py index ed91f4b..18a8410 100644 --- a/pyetrade/__init__.py +++ b/pyetrade/__init__.py @@ -3,7 +3,7 @@ __ALL__ = ["authorization", "accounts"] __title__ = "pyetrade" -__version__ = "1.3.1" +__version__ = "1.3.2" __author__ = "Jesse Cooper" from . import authorization # noqa: F401