Skip to content

Commit 834ad56

Browse files
committed
Bump version
1 parent 333129a commit 834ad56

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 = "6.0.1"
1+
CONFIGCATCLIENT_VERSION = "6.0.2"

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 = '6.0.1'
9+
configcatclient_version = '6.0.2'
1010

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

0 commit comments

Comments
 (0)