diff -r df8da54d790a -r 39bf2d8df31d setup.py --- a/setup.py Tue Nov 20 15:19:28 2018 +0100 +++ b/setup.py Tue Dec 04 15:53:25 2018 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.16' +version = '0.1.18' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []