setup.py
changeset 54 e840b30e8b15
parent 47 e5d399e80103
child 60 55b9eb802e08
--- a/setup.py	Tue Mar 20 17:51:07 2018 +0100
+++ b/setup.py	Wed Mar 28 15:38:33 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.7'
+version = '0.1.8'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []