setup.py
changeset 47 e5d399e80103
parent 45 c019dedce267
child 54 e840b30e8b15
--- a/setup.py	Wed Jan 31 17:17:38 2018 +0100
+++ b/setup.py	Wed Mar 07 16:11:23 2018 +0100
@@ -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 = []