setup.py
changeset 111 8d80cb67b023
parent 108 1a9d8c43dba0
child 115 0fc08a1bc6e7
--- a/setup.py	Tue Sep 19 11:20:41 2017 +0200
+++ b/setup.py	Tue Sep 19 11:29:27 2017 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.6'
+version = '0.1.7'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [