Skip to content

Commit

Permalink
Automatic version bump via bumpversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanklee86 committed Jan 8, 2020
1 parent 10d4e22 commit a634148
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.4.1
current_version = 3.4.2
commit = True
tag = True
message = Automatic version bump via bumpversion.
Expand Down
2 changes: 1 addition & 1 deletion UnleashClient/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Library
SDK_NAME = "unleash-client-python"
SDK_VERSION = "3.4.1"
SDK_VERSION = "3.4.2"
REQUEST_TIMEOUT = 30
METRIC_LAST_SENT_TIME = "mlst"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def readme():

setup(
name='UnleashClient',
version='3.4.1',
version='3.4.2',
author='Ivan Lee',
author_email='[email protected]',
description='Python client for the Unleash feature toggle system!',
Expand Down

0 comments on commit a634148

Please sign in to comment.