We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80952bd commit a54f063Copy full SHA for a54f063
ldclient/version.py
@@ -1 +1 @@
1
-VERSION = "5.0.2"
+VERSION = "5.0.3"
setup.py
@@ -8,7 +8,7 @@
8
9
from pip.req import parse_requirements
10
11
-ldclient_version='5.0.2'
+ldclient_version='5.0.3'
12
13
# parse_requirements() returns generator of pip.req.InstallRequirement objects
14
install_reqs = parse_requirements('requirements.txt', session=uuid.uuid1())
0 commit comments