diff -r 0b7d87141afa -r 8c92bf83518d setup.py --- a/setup.py Tue Oct 23 10:47:36 2018 +0200 +++ b/setup.py Tue Oct 23 12:13:32 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.18' +version = '0.1.19' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []