Skip to content

Commit acad4d7

Browse files
committed
new version
1 parent 423aa61 commit acad4d7

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 = "3.0.0"
1+
CONFIGCATCLIENT_VERSION = "3.0.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def parse_requirements(filename):
66
return [line for line in lines if line]
77

88

9-
configcatclient_version = "2.2.2"
9+
configcatclient_version = "3.0.1"
1010

1111
requirements = parse_requirements('requirements.txt')
1212

0 commit comments

Comments
 (0)