diff -r dcc20bece9b6 -r 67e46871cb2a setup.py --- a/setup.py Mon Jun 25 17:26:50 2018 +0200 +++ b/setup.py Tue Jul 17 15:09:38 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.15' +version = '0.1.16' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []