diff -r f78d1b46e03c -r 68601c3a38a6 setup.py --- a/setup.py Tue Oct 09 14:16:16 2018 +0200 +++ b/setup.py Tue Oct 09 16:18:11 2018 +0200 @@ -24,7 +24,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 = []