diff -r 02a40997d8cb -r 312f69d8ea37 setup.py --- a/setup.py Thu Oct 26 14:45:34 2017 +0200 +++ b/setup.py Thu Oct 26 14:49:19 2017 +0200 @@ -8,7 +8,7 @@ HISTORY = os.path.join(DOCS, 'HISTORY.txt') CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt') -version = '0.1.28' +version = '0.1.29' long_description = open(README).read() + '\n\n' + \ open(CONTRIBS).read() + '\n\n' + \ open(HISTORY).read()