diff -r b1f7b1173aa3 -r a9ef7fc88d49 setup.py --- a/setup.py Thu Jun 08 11:01:13 2017 +0200 +++ b/setup.py Thu Jun 08 11:03:12 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 = []