From 2bfa257a65e335ef67afc9f135c7796f47f85535 Mon Sep 17 00:00:00 2001 From: Matt Houglum Date: Tue, 16 Jan 2018 14:17:47 -0800 Subject: [PATCH] Update for v0.5.21 release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a43e40a..2ebef1e6 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.20' +_APITOOLS_VERSION = '0.5.21' with open('README.rst') as fileobj: README = fileobj.read()