diff --git a/setup.py b/setup.py index 9667697a..2c440c27 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ if py_version < '2.7': REQUIRED_PACKAGES.append('argparse>=1.2.1') -_APITOOLS_VERSION = '0.5.11' +_APITOOLS_VERSION = '0.5.12' with open('README.rst') as fileobj: README = fileobj.read()