setup.py
changeset 153 461fa3beb438
parent 148 85907babe16b
child 160 cea81029058b
--- a/setup.py	Tue Sep 25 11:24:50 2018 +0200
+++ b/setup.py	Tue Sep 25 11:37:34 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.8'
+version = '0.1.9'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []