diff -r 83facaf2246a -r 5276328160b3 setup.py --- a/setup.py Fri Oct 05 14:13:25 2018 +0200 +++ b/setup.py Tue Oct 09 16:37:24 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 = []