setup.py
changeset 213 4a3edf1097c5
parent 210 8c92bf83518d
child 217 16b94dd68428
--- a/setup.py	Mon Oct 29 17:15:06 2018 +0100
+++ b/setup.py	Tue Oct 30 12:29:52 2018 +0100
@@ -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 = []