setup.py
changeset 36 f012effb18c7
parent 31 2217a4d1dde9
child 40 51728590c054
--- a/setup.py	Sat Feb 17 15:54:32 2018 +0100
+++ b/setup.py	Wed Mar 07 14:45:32 2018 +0100
@@ -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 = []