diff -r fa2a7a1a67a7 -r 3bc69e21aeb0 setup.py --- a/setup.py Tue Apr 10 15:19:56 2018 +0200 +++ b/setup.py Wed Apr 11 10:51:39 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.6' +version = '0.1.7' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []