From b0734ff4bb61c584c63023ef979f3dac30aa0648 Mon Sep 17 00:00:00 2001 From: "Arthur D. Cherba" Date: Wed, 9 Aug 2017 10:33:26 -0400 Subject: [PATCH] Update for v0.5.12 release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9667697a..2c440c27 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.11' +_APITOOLS_VERSION = '0.5.12' with open('README.rst') as fileobj: README = fileobj.read()