From 95b77fb06286574510a1c540b4d81fa05e45d8e3 Mon Sep 17 00:00:00 2001 From: Jesse Cooper Date: Thu, 9 Dec 2021 14:12:41 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.3=20=E2=86=92=201.3.4?= 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 6260200..46ad5c4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.3 +current_version = 1.3.4 commit = True tag = True diff --git a/pyetrade/__init__.py b/pyetrade/__init__.py index 383b650..6906091 100644 --- a/pyetrade/__init__.py +++ b/pyetrade/__init__.py @@ -3,7 +3,7 @@ __ALL__ = ["authorization", "accounts"] __title__ = "pyetrade" -__version__ = "1.3.3" +__version__ = "1.3.4" __author__ = "Jesse Cooper" from . import authorization # noqa: F401