setup.py
changeset 1359 a28a08bb2d4e
parent 1355 81d85c23a445
child 1364 a2a0487968a2
--- a/setup.py	Tue Oct 01 12:04:20 2019 +0200
+++ b/setup.py	Wed Oct 02 10:54:19 2019 +0200
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.53'
+version = '0.1.54'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []