Skip to content

Commit

Permalink
bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-cat committed Jul 16, 2020
1 parent 07f52d8 commit 10d6c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configcatclient/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CONFIGCATCLIENT_VERSION = "4.0.3"
CONFIGCATCLIENT_VERSION = "4.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def parse_requirements(filename):
return [line for line in lines if line]


configcatclient_version = '4.0.3'
configcatclient_version = '4.1.0'

requirements = parse_requirements('requirements.txt')

Expand Down

0 comments on commit 10d6c16

Please sign in to comment.