diff -r 2a6e5de2cbc2 -r e840b30e8b15 setup.py --- a/setup.py Tue Mar 20 17:51:07 2018 +0100 +++ b/setup.py Wed Mar 28 15:38:33 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.7' +version = '0.1.8' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []