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 333129a commit 834ad56Copy full SHA for 834ad56
configcatclient/version.py
@@ -1 +1 @@
1
-CONFIGCATCLIENT_VERSION = "6.0.1"
+CONFIGCATCLIENT_VERSION = "6.0.2"
setup.py
@@ -6,7 +6,7 @@ def parse_requirements(filename):
6
return [line for line in lines if line]
7
8
9
-configcatclient_version = '6.0.1'
+configcatclient_version = '6.0.2'
10
11
requirements = parse_requirements('requirements.txt')
12
0 commit comments