diff --git a/setup.py b/setup.py index 19a6d589..9fe7ecdc 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ if py_version < '2.7': REQUIRED_PACKAGES.append('argparse>=1.2.1') -_APITOOLS_VERSION = '0.4.10' +_APITOOLS_VERSION = '0.4.11' with open('README.rst') as fileobj: README = fileobj.read()