setup.py
changeset 182 349100f57541
parent 176 e9de5679c66f
child 189 8decb05718fe
--- a/setup.py	Fri Jul 26 18:36:18 2019 +0200
+++ b/setup.py	Fri Jul 26 19:17:03 2019 +0200
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.23.1'
+version = '0.1.24'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []