commit | 0645e5aee5614a92578d4be03f971656e0c118af | [log] [tgz] |
---|---|---|
author | Matt Houglum <houglum@google.com> | Wed Jun 26 16:02:00 2019 -0700 |
committer | GitHub <noreply@github.com> | Wed Jun 26 16:02:00 2019 -0700 |
tree | 61aa6ab25b7be1381d30293361b01b8e0106039e | |
parent | 17007190da9fb5314369fd1d1c31555701e4145d [diff] [blame] |
Update for v0.5.30 release. (#277)
diff --git a/setup.py b/setup.py index 7d9039d..fbf81b1 100644 --- a/setup.py +++ b/setup.py
@@ -49,7 +49,7 @@ py_version = platform.python_version() -_APITOOLS_VERSION = '0.5.29' +_APITOOLS_VERSION = '0.5.30' with open('README.rst') as fileobj: README = fileobj.read()