Skip to content

Commit 9bb53e8

Browse files
authored
bump version (#53)
1 parent ee4f656 commit 9bb53e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configcatclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONFIGCATCLIENT_VERSION = "7.0.1"
1+
CONFIGCATCLIENT_VERSION = "8.0.0"

setup.py

Lines changed: 1 addition & 1 deletion
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 = '7.0.1'
9+
configcatclient_version = '8.0.0'
1010

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

0 commit comments

Comments
 (0)