diff -r 58599ce9e36e -r 6bfe7ef2f45e setup.py --- a/setup.py Tue Jun 30 15:03:07 2015 +0200 +++ b/setup.py Wed Jul 22 17:18:15 2015 +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 = []