setup.py
changeset 137 b9ac32b97fa9
parent 134 5de35ed04ebe
child 143 fcecd9234dea
--- a/setup.py	Mon Oct 08 17:05:32 2018 +0200
+++ b/setup.py	Tue Oct 09 16:33:02 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.19'
+version = '0.1.19.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []