diff --git a/setup.py b/setup.py index 9bb2ec70..7d9039dc 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()