setup.py
changeset 287 a6ad7e5ff859
parent 283 cd30e57eae92
child 291 ed157de312e6
--- a/setup.py	Fri Mar 19 11:53:42 2021 +0100
+++ b/setup.py	Fri Mar 26 16:32:52 2021 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.30'
+version = '0.1.31'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []