Skip to content

Commit 6395345

Browse files
Preparing for release of version 6.0.3
1 parent 3e6691c commit 6395345

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ldclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "6.0.2"
1+
VERSION = "6.0.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def parse_requirements(filename):
1313
return [line for line in lineiter if line and not line.startswith("#")]
1414

1515

16-
ldclient_version='6.0.2'
16+
ldclient_version='6.0.3'
1717

1818
# parse_requirements() returns generator of pip.req.InstallRequirement objects
1919
install_reqs = parse_requirements('requirements.txt')

0 commit comments

Comments
 (0)