setup.py
changeset 1202 bbfe97a536f4
parent 1199 7306c0f74c17
child 1205 e5f1d2e240ff
--- a/setup.py	Sun Dec 30 18:04:05 2018 +0100
+++ b/setup.py	Sun Dec 30 18:04:37 2018 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.32'
+version = '0.1.33'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []