aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lynn Wu <jameslynnwu@users.noreply.github.com>2020-05-14 13:13:09 -0400
committerGitHub <noreply@github.com>2020-05-14 13:13:09 -0400
commit7975c0cdbae1b9fc106553ce46e4a59cf0bea1e1 (patch)
tree111e49de59f021cefa51891fa6a43543ab2956ec
parent60ba0d9c958f6e03eb4760b219ca5797615b246d (diff)
downloadapitools-7975c0cdbae1b9fc106553ce46e4a59cf0bea1e1.tar.gz
Update apitools version to 0.5.31.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index efd1117..f6e26a2 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ CONSOLE_SCRIPTS = [
py_version = platform.python_version()
-_APITOOLS_VERSION = '0.5.30'
+_APITOOLS_VERSION = '0.5.31'
with open('README.rst') as fileobj:
README = fileobj.read()