setup.py
changeset 197 fe7f30ba737d
parent 192 39482eb2520f
child 207 15075480b77f
--- a/setup.py	Mon Oct 29 16:49:17 2018 +0100
+++ b/setup.py	Tue Oct 30 12:32:31 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.13'
+version = '0.1.14'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []