setup.py
changeset 876 233fbe2abe82
parent 778 e1892529219a
child 953 20c85661ff35
--- a/setup.py	Fri Jul 20 12:57:35 2018 +0200
+++ b/setup.py	Sat Jul 21 00:09:10 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.16'
+version = '0.1.17'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []