Skip to content

Commit

Permalink
Preparing for release of version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Jan 12, 2018
1 parent bd198ef commit fc60723
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.1.0"
VERSION = "4.2.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.1.0'
ldclient_version='4.2.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 fc60723

Please sign in to comment.