setup.py
changeset 194 157c4f274b91
parent 185 583ee50d8ee3
child 202 0d9783a4913d
--- a/setup.py	Wed Jul 12 13:51:49 2017 +0200
+++ b/setup.py	Wed Jul 12 14:14:55 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 = []