Skip to content

Commit 7aff8d8

Browse files
authored
Merge pull request #177 from cherba/master
Update for v0.5.15 release.
2 parents e4ae1cd + ee0ac1a commit 7aff8d8

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.14'
56+
_APITOOLS_VERSION = '0.5.15'
5757

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

0 commit comments

Comments
 (0)