diff -r 651395ef80b5 -r bee8ce78226a setup.py --- a/setup.py Wed Mar 07 16:15:48 2018 +0100 +++ b/setup.py Thu Mar 08 09:11:32 2018 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.8' +version = '0.1.9' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []