diff -r 2477f95cf149 -r 0723aa959926 setup.py --- a/setup.py Wed Dec 05 16:54:30 2018 +0100 +++ b/setup.py Thu Dec 06 11:25:31 2018 +0100 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.28' +version = '0.1.29' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []