setup.py
changeset 85 40f6c30c21d3
parent 82 4aa6d94aed43
child 88 9c464b9a33c7
--- a/setup.py	Thu Jan 10 17:23:38 2019 +0100
+++ b/setup.py	Fri Jan 11 13:53:05 2019 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.13.1'
+version = '0.1.14'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []