setup.py
changeset 179 aac520985071
parent 176 75df6b9c434f
--- a/setup.py	Wed Jan 27 15:49:44 2021 +0100
+++ b/setup.py	Wed Jan 27 16:15:26 2021 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.31'
+version = '0.1.32'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []