setup.py
changeset 330 143f661e27e2
parent 320 d8e63b05150e
child 338 7ab6cc0e1695
--- a/setup.py	Thu Jan 03 15:30:47 2019 +0100
+++ b/setup.py	Thu Jan 03 17:54:44 2019 +0100
@@ -22,7 +22,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 = []