commit | 04cd60ca40aa5934f6bdfd1145e7931de413b0db | [log] [tgz] |
---|---|---|
author | Matt Houglum <houglum@google.com> | Tue Jun 25 15:04:19 2019 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 25 15:04:19 2019 -0700 |
tree | 5185d2a01d3d08fc2fd99b0f276879d83294418b | |
parent | 8c76e8d8b8edbf76716831ee8f032aece462ff02 [diff] |
Update for v0.5.29 release. (#273)
diff --git a/setup.py b/setup.py index 9bb2ec7..7d9039d 100644 --- a/setup.py +++ b/setup.py
@@ -49,7 +49,7 @@ py_version = platform.python_version() -_APITOOLS_VERSION = '0.5.28' +_APITOOLS_VERSION = '0.5.29' with open('README.rst') as fileobj: README = fileobj.read()