Skip to content

Commit

Permalink
Merge pull request #113 from craigcitro/release
Browse files Browse the repository at this point in the history
Update for v0.5.4 release.
  • Loading branch information
craigcitro committed Jun 3, 2016
2 parents e70991a + 0d7fe64 commit d22abe8
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.5.3'
_APITOOLS_VERSION = '0.5.4'

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

0 comments on commit d22abe8

Please sign in to comment.