setup.py
changeset 90 e1e8ceac4976
parent 87 0d3831a94a08
child 93 50e797fc7692
--- a/setup.py	Wed Sep 19 11:11:30 2018 +0200
+++ b/setup.py	Wed Sep 19 11:19:11 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.14.1'
+version = '0.1.14.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []