Skip to content

Commit

Permalink
Preparing for release of version 6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Jan 31, 2019
1 parent c841cd1 commit 5e7f1a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ldclient/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "6.8.0"
VERSION = "6.8.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def parse_requirements(filename):
return [line for line in lineiter if line and not line.startswith("#")]


ldclient_version='6.8.0'
ldclient_version='6.8.1'

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

0 comments on commit 5e7f1a8

Please sign in to comment.