Skip to content

Commit b0c187d

Browse files
committed
bump version 4.0.2
1 parent 8ac8093 commit b0c187d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

configcatclient/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONFIGCATCLIENT_VERSION = "4.0.1"
1+
CONFIGCATCLIENT_VERSION = "4.0.2"

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
from setuptools import setup
2+
from configcatclient.version import CONFIGCATCLIENT_VERSION
23

34

45
def parse_requirements(filename):
56
lines = (line.strip() for line in open(filename))
67
return [line for line in lines if line]
78

89

9-
configcatclient_version = "4.0.1"
10+
configcatclient_version = CONFIGCATCLIENT_VERSION
1011

1112
requirements = parse_requirements('requirements.txt')
1213

0 commit comments

Comments
 (0)