Skip to content

Commit

Permalink
bump version 4.0.2
Browse files Browse the repository at this point in the history
kp-cat committed May 24, 2020
1 parent 8ac8093 commit b0c187d
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configcatclient/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CONFIGCATCLIENT_VERSION = "4.0.1"
CONFIGCATCLIENT_VERSION = "4.0.2"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
from setuptools import setup
from configcatclient.version import CONFIGCATCLIENT_VERSION


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


configcatclient_version = "4.0.1"
configcatclient_version = CONFIGCATCLIENT_VERSION

requirements = parse_requirements('requirements.txt')

0 comments on commit b0c187d

Please sign in to comment.