From 1351f3297a0c58bf2f4cae347ab74873bdf04817 Mon Sep 17 00:00:00 2001 From: "Arthur D. Cherba" Date: Sat, 3 Dec 2016 08:35:46 -0500 Subject: [PATCH] Update apitools version to 0.5.6. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f1e06d54..3ab0bece 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.5' +_APITOOLS_VERSION = '0.5.6' with open('README.rst') as fileobj: README = fileobj.read()