We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423aa61 commit acad4d7Copy full SHA for acad4d7
configcatclient/version.py
@@ -1 +1 @@
1
-CONFIGCATCLIENT_VERSION = "3.0.0"
+CONFIGCATCLIENT_VERSION = "3.0.1"
setup.py
@@ -6,7 +6,7 @@ def parse_requirements(filename):
6
return [line for line in lines if line]
7
8
9
-configcatclient_version = "2.2.2"
+configcatclient_version = "3.0.1"
10
11
requirements = parse_requirements('requirements.txt')
12
0 commit comments