setup.py
changeset 1220 090ddd14bdfc
parent 1215 b8da9b04f74d
child 1226 781b62785561
--- a/setup.py	Wed Jan 09 12:15:30 2019 +0100
+++ b/setup.py	Wed Jan 09 12:21:13 2019 +0100
@@ -24,7 +24,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 = []