Skip to content

Commit

Permalink
Preparing for release of version 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Jun 9, 2017
1 parent 285c38b commit bd06d54
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 = "4.0.5"
VERSION = "4.0.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from pip.req import parse_requirements

ldclient_version='4.0.5'
ldclient_version='4.0.6'

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

0 comments on commit bd06d54

Please sign in to comment.