Skip to content

Commit 59ead78

Browse files
author
ConfigCat
committed
v2.0.10
1 parent 12979a0 commit 59ead78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configcatclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONFIGCATCLIENT_VERSION = "2.0.9"
1+
CONFIGCATCLIENT_VERSION = "2.0.10"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def parse_requirements(filename):
44
lines = (line.strip() for line in open(filename))
55
return [line for line in lines if line]
66

7-
configcatclient_version="2.0.9"
7+
configcatclient_version="2.0.10"
88

99
reqs = parse_requirements('requirements.txt')
1010

0 commit comments

Comments
 (0)