We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7763b8e commit a533d75Copy full SHA for a533d75
setup.py
@@ -53,7 +53,7 @@
53
if py_version < '2.7':
54
REQUIRED_PACKAGES.append('argparse>=1.2.1')
55
56
-_APITOOLS_VERSION = '0.5.12'
+_APITOOLS_VERSION = '0.5.13'
57
58
with open('README.rst') as fileobj:
59
README = fileobj.read()
0 commit comments