setup.py
changeset 626 bab57ca5013b
parent 564 36062350d768
child 774 b1c5dd46b90f
--- a/setup.py	Tue Jun 12 10:50:18 2018 +0200
+++ b/setup.py	Tue Jun 12 10:55:04 2018 +0200
@@ -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 = []