setup.py
changeset 131 415faf6d09ed
parent 127 bae94df79fda
child 134 8d4333ab0dcc
--- a/setup.py	Tue Dec 01 09:06:50 2020 +0100
+++ b/setup.py	Tue Dec 01 10:35:41 2020 +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 = []