setup.py
changeset 544 fed1815bb920
parent 540 adf096fcbe10
child 548 356a54a98a51
--- a/setup.py	Wed Jan 27 15:52:09 2021 +0100
+++ b/setup.py	Wed Jan 27 16:16:25 2021 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.55'
+version = '0.1.56'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []