setup.py
changeset 518 94a7866c61e0
parent 514 824f546d4a67
child 521 0e81b0d67daf
--- a/setup.py	Tue Jan 29 15:55:17 2019 +0100
+++ b/setup.py	Fri Feb 01 18:36:26 2019 +0100
@@ -25,7 +25,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 = []