setup.py
changeset 551 a258253a74d4
parent 548 fd5c3b0c68d1
child 558 fdfc4ac82db7
--- a/setup.py	Wed Oct 16 19:33:40 2019 +0200
+++ b/setup.py	Wed Oct 16 19:34:20 2019 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.37'
+version = '0.1.37.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []