setup.py
changeset 89 a242029a7f5a
parent 83 8327203905fd
child 92 79aec02dddcc
--- a/setup.py	Wed Jan 09 14:02:07 2019 +0100
+++ b/setup.py	Wed Jan 09 14:02:56 2019 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.14'
+version = '0.1.15'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []