diff -r e90691696919 -r 383deb35fc50 setup.py --- a/setup.py Tue Jun 27 13:27:40 2017 +0200 +++ b/setup.py Wed Jul 12 14:19:15 2017 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.5' +version = '0.1.6' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []