setup.py
changeset 338 76a03dc88712
parent 335 53bc85384db2
child 342 aeebed96ddd8
--- a/setup.py	Wed May 22 14:13:06 2019 +0200
+++ b/setup.py	Wed May 22 15:11:33 2019 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.30.3'
+version = '0.1.31'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [