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 4500f55 commit db38a38Copy full SHA for db38a38
configcatclient/version.py
@@ -1 +1 @@
1
-CONFIGCATCLIENT_VERSION = "5.0.0"
+CONFIGCATCLIENT_VERSION = "6.0.0"
setup.py
@@ -6,7 +6,7 @@ def parse_requirements(filename):
6
return [line for line in lines if line]
7
8
9
-configcatclient_version = '5.0.0'
+configcatclient_version = '6.0.0'
10
11
requirements = parse_requirements('requirements.txt')
12
0 commit comments