setup.py
changeset 160 1e22e36e5bec
parent 145 a39e0e6bb64b
child 182 3c98f3d40a6a
--- a/setup.py	Sat Jul 21 14:25:53 2018 +0200
+++ b/setup.py	Sat Jul 21 16:28:49 2018 +0200
@@ -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 = []