From 6a8543c6b1dab79b4c82aa37045c2d46b96f243d Mon Sep 17 00:00:00 2001 From: Ivan Lee Date: Tue, 7 Jan 2020 21:22:43 -0500 Subject: [PATCH] Automatic version bump via bumpversion. --- .bumpversion.cfg | 2 +- UnleashClient/constants.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 97b06f73..01356454 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.4.0 +current_version = 3.4.1 commit = True tag = True message = Automatic version bump via bumpversion. diff --git a/UnleashClient/constants.py b/UnleashClient/constants.py index 62ea990d..b3dd5a06 100644 --- a/UnleashClient/constants.py +++ b/UnleashClient/constants.py @@ -1,6 +1,6 @@ # Library SDK_NAME = "unleash-client-python" -SDK_VERSION = "3.4.0" +SDK_VERSION = "3.4.1" REQUEST_TIMEOUT = 30 METRIC_LAST_SENT_TIME = "mlst" diff --git a/setup.py b/setup.py index ab7deb4e..588874dc 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def readme(): setup( name='UnleashClient', - version='3.4.0', + version='3.4.1', author='Ivan Lee', author_email='ivanklee86@gmail.com', description='Python client for the Unleash feature toggle system!',