diff -r e76424bd0bf4 -r 0969adf1a968 setup.py --- a/setup.py Tue Aug 28 09:29:09 2018 +0200 +++ b/setup.py Tue Sep 18 16:22:29 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.10' +version = '0.1.11' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []