Skip to content

Commit

Permalink
Merge pull request #153 from google/release-0.5.9
Browse files Browse the repository at this point in the history
Update for v0.5.9 release.
  • Loading branch information
cherba29 authored Apr 20, 2017
2 parents 49fe50e + bb0b883 commit 3685beb
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 @@ -54,7 +54,7 @@
if py_version < '2.7':
REQUIRED_PACKAGES.append('argparse>=1.2.1')

_APITOOLS_VERSION = '0.5.8'
_APITOOLS_VERSION = '0.5.9'

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

0 comments on commit 3685beb

Please sign in to comment.