setup.py
changeset 1371 865291f1616d
parent 1368 570cb7fce4d6
child 1376 0155c71d38f0
--- a/setup.py	Wed Oct 16 18:41:45 2019 +0200
+++ b/setup.py	Wed Oct 16 18:52:12 2019 +0200
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.54.2'
+version = '0.1.55'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []