Skip to content

Commit

Permalink
Merge pull request #180 from betamos/master
Browse files Browse the repository at this point in the history
Update for v0.5.16 release.
  • Loading branch information
cherba29 authored Oct 3, 2017
2 parents ee23913 + 09a423b commit 6cc020f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
if py_version < '2.7':
REQUIRED_PACKAGES.append('argparse>=1.2.1')

_APITOOLS_VERSION = '0.5.15'
_APITOOLS_VERSION = '0.5.16'

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

0 comments on commit 6cc020f

Please sign in to comment.