diff -r 9e66e0f019e2 -r cb8e6f779fe0 setup.py --- a/setup.py Wed Oct 03 15:11:04 2018 +0200 +++ b/setup.py Wed Oct 03 15:11:43 2018 +0200 @@ -25,7 +25,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 = []