Skip to content

Commit 73ec2cc

Browse files
authored
Merge pull request #30 from configcat/6.0.0
bump version 6.0.0
2 parents 4500f55 + db38a38 commit 73ec2cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configcatclient/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONFIGCATCLIENT_VERSION = "5.0.0"
1+
CONFIGCATCLIENT_VERSION = "6.0.0"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def parse_requirements(filename):
66
return [line for line in lines if line]
77

88

9-
configcatclient_version = '5.0.0'
9+
configcatclient_version = '6.0.0'
1010

1111
requirements = parse_requirements('requirements.txt')
1212

0 commit comments

Comments
 (0)