setup.py
changeset 1205 e5f1d2e240ff
parent 1202 bbfe97a536f4
child 1210 2c35b6b0486c
--- a/setup.py	Thu Jan 03 15:30:15 2019 +0100
+++ b/setup.py	Thu Jan 03 17:52:14 2019 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.33'
+version = '0.1.33.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []