We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4f656 commit 9bb53e8Copy full SHA for 9bb53e8
configcatclient/version.py
@@ -1 +1 @@
1
-CONFIGCATCLIENT_VERSION = "7.0.1"
+CONFIGCATCLIENT_VERSION = "8.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 = '7.0.1'
+configcatclient_version = '8.0.0'
10
11
requirements = parse_requirements('requirements.txt')
12
0 commit comments