Skip to content

Commit

Permalink
Merge pull request #157 from sb2nov/sb_update_version
Browse files Browse the repository at this point in the history
Update version to 0.5.10 for release
  • Loading branch information
cherba29 authored Apr 25, 2017
2 parents fb66b03 + 91d8c9f commit 607c00d
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.9'
_APITOOLS_VERSION = '0.5.10'

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

0 comments on commit 607c00d

Please sign in to comment.