Skip to content

Commit 97131fe

Browse files
authored
Automatic version bump via bumpversion. (#21)
1 parent d922065 commit 97131fe

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 = 2.2.1
2+
current_version = 2.3.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 = "2.2.1"
3+
SDK_VERSION = "2.3.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
@@ -9,7 +9,7 @@ def readme():
99

1010
setup(
1111
name='UnleashClient',
12-
version='2.2.1',
12+
version='2.3.0',
1313
author='Ivan Lee',
1414
author_email='ivanklee86@gmail.com',
1515
description='Python client for the Unleash feature toggle system!',

0 commit comments

Comments
 (0)