diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 01356454..03a1439d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.4.1 +current_version = 3.4.2 commit = True tag = True message = Automatic version bump via bumpversion. diff --git a/UnleashClient/constants.py b/UnleashClient/constants.py index b3dd5a06..0959053c 100644 --- a/UnleashClient/constants.py +++ b/UnleashClient/constants.py @@ -1,6 +1,6 @@ # Library SDK_NAME = "unleash-client-python" -SDK_VERSION = "3.4.1" +SDK_VERSION = "3.4.2" REQUEST_TIMEOUT = 30 METRIC_LAST_SENT_TIME = "mlst" diff --git a/setup.py b/setup.py index 588874dc..b47b2143 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def readme(): setup( name='UnleashClient', - version='3.4.1', + version='3.4.2', author='Ivan Lee', author_email='ivanklee86@gmail.com', description='Python client for the Unleash feature toggle system!',