We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d922065 commit 97131feCopy full SHA for 97131fe
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.2.1
+current_version = 2.3.0
3
commit = True
4
tag = True
5
message = Automatic version bump via bumpversion.
UnleashClient/constants.py
@@ -1,6 +1,6 @@
# Library
SDK_NAME = "unleash-client-python"
-SDK_VERSION = "2.2.1"
+SDK_VERSION = "2.3.0"
REQUEST_TIMEOUT = 30
METRIC_LAST_SENT_TIME = "mlst"
6
setup.py
@@ -9,7 +9,7 @@ def readme():
9
10
setup(
11
name='UnleashClient',
12
- version='2.2.1',
+ version='2.3.0',
13
author='Ivan Lee',
14
author_email='ivanklee86@gmail.com',
15
description='Python client for the Unleash feature toggle system!',
0 commit comments