diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 19ef228f..8d0514b8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.0 +current_version = 3.3.0 commit = True tag = True message = Automatic version bump via bumpversion. diff --git a/UnleashClient/constants.py b/UnleashClient/constants.py index 7d96c555..98a8ef07 100644 --- a/UnleashClient/constants.py +++ b/UnleashClient/constants.py @@ -1,6 +1,6 @@ # Library SDK_NAME = "unleash-client-python" -SDK_VERSION = "3.2.0" +SDK_VERSION = "3.3.0" REQUEST_TIMEOUT = 30 METRIC_LAST_SENT_TIME = "mlst" diff --git a/setup.py b/setup.py index 5ae02eb5..0e513dfa 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def readme(): setup( name='UnleashClient', - version='3.2.0', + version='3.3.0', author='Ivan Lee', author_email='ivanklee86@gmail.com', description='Python client for the Unleash feature toggle system!',