From 4de8ac93e119c3556bb0e96c45842abf1a6b6540 Mon Sep 17 00:00:00 2001 From: "Arthur D. Cherba" Date: Mon, 8 May 2017 11:25:43 -0400 Subject: [PATCH] Update for v0.5.11 release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f127fe66..9667697a 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.10' +_APITOOLS_VERSION = '0.5.11' with open('README.rst') as fileobj: README = fileobj.read()