Skip to content

Commit

Permalink
Preparing for release of version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Dec 22, 2017
1 parent 095ede2 commit 1b985a5
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.6"
VERSION = "4.1.0"
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.6'
ldclient_version='4.1.0'

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

0 comments on commit 1b985a5

Please sign in to comment.