aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Houglum <houglum@google.com>2019-06-26 16:02:00 -0700
committerGitHub <noreply@github.com>2019-06-26 16:02:00 -0700
commit0645e5aee5614a92578d4be03f971656e0c118af (patch)
tree61aa6ab25b7be1381d30293361b01b8e0106039e
parent17007190da9fb5314369fd1d1c31555701e4145d (diff)
downloadapitools-0645e5aee5614a92578d4be03f971656e0c118af.tar.gz
Update for v0.5.30 release. (#277)
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7d9039d..fbf81b1 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ CONSOLE_SCRIPTS = [
py_version = platform.python_version()
-_APITOOLS_VERSION = '0.5.29'
+_APITOOLS_VERSION = '0.5.30'
with open('README.rst') as fileobj:
README = fileobj.read()