We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f183cc3 commit 4ac3239Copy full SHA for 4ac3239
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.0
+current_version = 3.1.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 = "3.0.0"
+SDK_VERSION = "3.1.0"
REQUEST_TIMEOUT = 30
METRIC_LAST_SENT_TIME = "mlst"
6
setup.py
@@ -10,7 +10,7 @@ def readme():
10
11
setup(
12
name='UnleashClient',
13
- version='3.0.0',
+ version='3.1.0',
14
author='Ivan Lee',
15
author_email='ivanklee86@gmail.com',
16
description='Python client for the Unleash feature toggle system!',
0 commit comments