diff -r acaa49debeb6 -r 678779e9508a setup.py --- a/setup.py Wed Jun 26 18:56:18 2019 +0200 +++ b/setup.py Wed Jun 26 19:00:27 2019 +0200 @@ -23,7 +23,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.9' +version = '0.1.10' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []