Skip to content

Commit 0107712

Browse files
committed
Automatic version bump via bumpversion.
1 parent 483a46b commit 0107712

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 = 4.1.0
2+
current_version = 4.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 = "4.1.0"
3+
SDK_VERSION = "4.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='4.1.0',
13+
version='4.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)