setup.py
changeset 27 8f3ce51a13b8
parent 24 93339eaa318b
child 32 6bb958e6e26a
--- a/setup.py	Thu Oct 12 22:18:45 2017 +0200
+++ b/setup.py	Fri Oct 13 10:22:24 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 = []