diff -r 6c2715230d09 -r d5be3c4ef997 setup.py --- a/setup.py Mon Sep 17 16:25:40 2018 +0200 +++ b/setup.py Tue Sep 18 16:29: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 = []