diff -r 3682fc074b72 -r 2d578ef0d683 setup.py --- a/setup.py Tue Mar 20 17:42:44 2018 +0100 +++ b/setup.py Wed Mar 28 15: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 = []