setup.py
changeset 87 5c4c8b122f94
parent 80 516461b95b63
child 95 8523355aaf7c
--- a/setup.py	Thu Jul 13 10:52:59 2017 +0200
+++ b/setup.py	Thu Jul 13 11:04:49 2017 +0200
@@ -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 = []