Skip to content

Commit 8af3645

Browse files
Preparing for release of version 6.4.1
1 parent 41157de commit 8af3645

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.0"
1+
VERSION = "6.4.1"

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.0'
16+
ldclient_version='6.4.1'
1717

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

0 commit comments

Comments
 (0)