setup.py
changeset 447 9b174c5d1b70
parent 439 3a3770308130
child 451 93d0fece5b1e
--- a/setup.py	Wed Oct 24 15:52:37 2018 +0200
+++ b/setup.py	Wed Oct 24 16:35:29 2018 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.23'
+version = '0.1.24'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []