setup.py
changeset 1379 4b968b6a8c0e
parent 1376 0155c71d38f0
child 1382 eb952f44298e
--- a/setup.py	Fri Oct 18 16:51:42 2019 +0200
+++ b/setup.py	Fri Oct 18 16:58:24 2019 +0200
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.56'
+version = '0.1.56.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []