diff -r 76977fecfcbf -r 8f3ce51a13b8 setup.py --- a/setup.py Thu Oct 12 22:18:45 2017 +0200 +++ b/setup.py Fri Oct 13 10:22:24 2017 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.4' +version = '0.1.5' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []