setup.py
changeset 99 14805c882758
parent 95 8523355aaf7c
child 104 e1552515151e
--- a/setup.py	Mon Oct 02 14:44:42 2017 +0200
+++ b/setup.py	Fri Oct 13 10:21:42 2017 +0200
@@ -22,7 +22,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 = []