From bb0b8832da897053f82eea85cd80df21d6f8cc2f Mon Sep 17 00:00:00 2001 From: "Arthur D. Cherba" Date: Thu, 20 Apr 2017 14:24:09 -0400 Subject: [PATCH] Update for v0.5.9 release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 017f13d2..b035cdcc 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.8' +_APITOOLS_VERSION = '0.5.9' with open('README.rst') as fileobj: README = fileobj.read()