setup.py
changeset 774 b1c5dd46b90f
parent 626 bab57ca5013b
child 778 e1892529219a
--- a/setup.py	Thu Jun 28 08:47:07 2018 +0200
+++ b/setup.py	Thu Jun 28 10:33:32 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.15'
+version = '0.1.15.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []