Skip to content

Commit 253f9f4

Browse files
committed
Automatic version bump via bumpversion.
1 parent af0bcd6 commit 253f9f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.1
2+
current_version = 3.2.0
33
commit = True
44
tag = True
55
message = Automatic version bump via bumpversion.

UnleashClient/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Library
22
SDK_NAME = "unleash-client-python"
3-
SDK_VERSION = "3.1.1"
3+
SDK_VERSION = "3.2.0"
44
REQUEST_TIMEOUT = 30
55
METRIC_LAST_SENT_TIME = "mlst"
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def readme():
1010

1111
setup(
1212
name='UnleashClient',
13-
version='3.1.1',
13+
version='3.2.0',
1414
author='Ivan Lee',
1515
author_email='[email protected]',
1616
description='Python client for the Unleash feature toggle system!',

0 commit comments

Comments
 (0)