diff --git a/setup.py b/setup.py index 86e66f9f..f127fe66 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.9' +_APITOOLS_VERSION = '0.5.10' with open('README.rst') as fileobj: README = fileobj.read()