setup.py
changeset 537 da12902f2dc9
parent 534 7d485d40eec3
child 540 adf096fcbe10
--- a/setup.py	Tue Dec 01 09:10:57 2020 +0100
+++ b/setup.py	Tue Dec 01 09:20:22 2020 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.54'
+version = '0.1.54.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []