setup.py
changeset 1368 570cb7fce4d6
parent 1364 a2a0487968a2
child 1371 865291f1616d
--- a/setup.py	Mon Oct 07 13:39:50 2019 +0200
+++ b/setup.py	Mon Oct 07 14:04:31 2019 +0200
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.54.1'
+version = '0.1.54.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []