commit | 66800588a4806942f90bbf816dacf43cffc0f60b | [log] [tgz] |
---|---|---|
author | kevinli7 <likevin@google.com> | Wed Jan 23 15:18:43 2019 -0500 |
committer | kevinli7 <likevin@google.com> | Wed Jan 23 15:18:43 2019 -0500 |
tree | cbde44e079bcfc267c00c3ab98262128dd0850f5 | |
parent | ecbcd3e9e5ec44826d35fd0d0a35387c4d66c2b9 [diff] [blame] |
Update for v0.5.26 release.
diff --git a/setup.py b/setup.py index 878fc13..39659b6 100644 --- a/setup.py +++ b/setup.py
@@ -49,7 +49,7 @@ py_version = platform.python_version() -_APITOOLS_VERSION = '0.5.25' +_APITOOLS_VERSION = '0.5.26' with open('README.rst') as fileobj: README = fileobj.read()