We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4500f55 + db38a38 commit 73ec2ccCopy full SHA for 73ec2cc
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