From 03b7abba8ad4869ce2bd8a25202725d1028de675 Mon Sep 17 00:00:00 2001 From: "Arthur D. Cherba" Date: Tue, 31 Jan 2017 16:15:31 -0500 Subject: [PATCH] Update apitools version to 0.5.7. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3ab0bece..23e1a9c1 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ if py_version < '2.7': REQUIRED_PACKAGES.append('argparse>=1.2.1') -_APITOOLS_VERSION = '0.5.6' +_APITOOLS_VERSION = '0.5.7' with open('README.rst') as fileobj: README = fileobj.read()