setup.py
changeset 74 d274d856e6df
parent 70 913c991fe861
child 77 64ec283e0969
--- a/setup.py	Mon Sep 17 17:36:44 2018 +0200
+++ b/setup.py	Tue Sep 18 16:23:28 2018 +0200
@@ -25,7 +25,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 = []