From 1c1efceb9a2da5bff4a16a362b04b5ff06c52ac2 Mon Sep 17 00:00:00 2001 From: kevinli7 Date: Fri, 8 Dec 2017 17:03:16 -0500 Subject: [PATCH] Update for v0.5.19 release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d78f67ec..8b30b1ab 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.18' +_APITOOLS_VERSION = '0.5.19' with open('README.rst') as fileobj: README = fileobj.read()