setup.py
changeset 439 d2a70e493aa8
parent 409 b403001b58c4
child 442 63e3acc6e4d6
--- a/setup.py	Mon Jun 29 18:21:30 2020 +0200
+++ b/setup.py	Mon Jun 29 22:32:45 2020 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.35'
+version = '0.1.36'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [