diff -r 4a135b8408d2 -r e431dcf09302 setup.py --- a/setup.py Fri Oct 05 15:11:29 2018 +0200 +++ b/setup.py Tue Oct 09 16:21:02 2018 +0200 @@ -27,7 +27,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.16' +version = '0.1.17' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []