setup.py
changeset 1376 0155c71d38f0
parent 1371 865291f1616d
child 1379 4b968b6a8c0e
--- a/setup.py	Fri Oct 18 15:12:25 2019 +0200
+++ b/setup.py	Fri Oct 18 15:28:55 2019 +0200
@@ -24,7 +24,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 = []