diff -r 8927221a0675 -r aac7434f38be setup.py --- a/setup.py Tue Nov 15 09:59:17 2016 +0100 +++ b/setup.py Wed Jun 07 09:23:50 2017 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.0' +version = '0.1.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []