We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f85f15 commit 87ca434Copy full SHA for 87ca434
ldclient/version.py
@@ -1 +1 @@
1
-VERSION = "5.0.3"
+VERSION = "5.0.4"
setup.py
@@ -13,7 +13,7 @@ def parse_requirements(filename):
13
return [line for line in lineiter if line and not line.startswith("#")]
14
15
16
-ldclient_version='5.0.3'
+ldclient_version='5.0.4'
17
18
# parse_requirements() returns generator of pip.req.InstallRequirement objects
19
install_reqs = parse_requirements('requirements.txt')
0 commit comments