Skip to content

Commit a495b8c

Browse files
Preparing for release of version 6.4.2
1 parent efe1956 commit a495b8c

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.4.1"
1+
VERSION = "6.4.2"

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.4.1'
16+
ldclient_version='6.4.2'
1717

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

0 commit comments

Comments
 (0)