setup.py
changeset 41 07d1dcf5dfd1
parent 38 6b8bca3a30a8
child 45 c019dedce267
--- a/setup.py	Fri Dec 08 11:45:53 2017 +0100
+++ b/setup.py	Fri Dec 08 12:14:10 2017 +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 = []