commit | f3745a7ea535aa0e88b0650c16479b696d6fd446 | [log] [tgz] |
---|---|---|
author | Matt Houglum <houglum@google.com> | Fri Mar 29 15:49:22 2019 -0700 |
committer | GitHub <noreply@github.com> | Fri Mar 29 15:49:22 2019 -0700 |
tree | 7f2d603677284c8bc7dfc18e9705125c2dde7fe8 | |
parent | f704b628e884ea94a047aba955131d290f807622 [diff] [blame] |
Update for v0.5.27 release. (#264)
diff --git a/setup.py b/setup.py index cde9a49..1091486 100644 --- a/setup.py +++ b/setup.py
@@ -49,7 +49,7 @@ py_version = platform.python_version() -_APITOOLS_VERSION = '0.5.26' +_APITOOLS_VERSION = '0.5.27' with open('README.rst') as fileobj: README = fileobj.read()