setup.py
changeset 36 9a3976b90680
parent 33 3e45670aae22
child 41 344eb7c48b05
--- a/setup.py	Tue Sep 19 11:25:10 2017 +0200
+++ b/setup.py	Tue Sep 19 11:37:18 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 = []