setup.py
changeset 548 fd5c3b0c68d1
parent 544 013301f4d10d
child 551 a258253a74d4
--- a/setup.py	Wed Oct 16 13:01:12 2019 +0200
+++ b/setup.py	Wed Oct 16 18:49:11 2019 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.36'
+version = '0.1.37'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []