setup.py
changeset 30 3c30a65618ae
parent 25 702a8fb6f451
child 33 75ed0e4b3d2a
--- a/setup.py	Sun Mar 11 11:00:19 2018 +0100
+++ b/setup.py	Sun Mar 11 11:23:29 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.4'
+version = '0.1.5'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []