Skip to content

Commit

Permalink
Update version for 0.4.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcitro committed Apr 9, 2015
1 parent c6cf768 commit 25aeb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -54,7 +54,7 @@
if py_version < '2.7':
REQUIRED_PACKAGES.append('argparse>=1.2.1')

_APITOOLS_VERSION = '0.4.1'
_APITOOLS_VERSION = '0.4.2'

with open('README.rst') as fileobj:
README = fileobj.read()
Expand Down

0 comments on commit 25aeb18

Please sign in to comment.