Skip to content

Commit 6cc020f

Browse files
authored
Merge pull request #180 from betamos/master
Update for v0.5.16 release.
2 parents ee23913 + 09a423b commit 6cc020f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
if py_version < '2.7':
5454
REQUIRED_PACKAGES.append('argparse>=1.2.1')
5555

56-
_APITOOLS_VERSION = '0.5.15'
56+
_APITOOLS_VERSION = '0.5.16'
5757

5858
with open('README.rst') as fileobj:
5959
README = fileobj.read()

0 commit comments

Comments
 (0)