From ba6047a56b0596861abc6a23b5b0e55c30202f55 Mon Sep 17 00:00:00 2001 From: Kristen Tracey Date: Thu, 8 Mar 2018 14:16:07 -0500 Subject: [PATCH] Update for v0.5.22 release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2ebef1e6..c0ab0b84 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.21' +_APITOOLS_VERSION = '0.5.22' with open('README.rst') as fileobj: README = fileobj.read()