From 8d3dbbd3ec282ce52b06db642ff31079d76f9179 Mon Sep 17 00:00:00 2001 From: Ivan Lee Date: Wed, 9 Oct 2019 08:09:51 -0400 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 b87b82aa..10d97ca6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.6.0 +current_version = 3.0.0 commit = True tag = True message = Automatic version bump via bumpversion. diff --git a/UnleashClient/constants.py b/UnleashClient/constants.py index 9d4b901d..bd3d485d 100644 --- a/UnleashClient/constants.py +++ b/UnleashClient/constants.py @@ -1,6 +1,6 @@ # Library SDK_NAME = "unleash-client-python" -SDK_VERSION = "2.6.0" +SDK_VERSION = "3.0.0" REQUEST_TIMEOUT = 30 METRIC_LAST_SENT_TIME = "mlst" diff --git a/setup.py b/setup.py index 9d0092e3..0b58c5ba 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def readme(): setup( name='UnleashClient', - version='2.6.0', + version='3.0.0', author='Ivan Lee', author_email='ivanklee86@gmail.com', description='Python client for the Unleash feature toggle system!',