diff -r cbfca7e0db4c -r 745782a20c6c setup.py --- a/setup.py Mon Oct 08 12:22:39 2018 +0200 +++ b/setup.py Tue Oct 09 16:22:16 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.17' +version = '0.1.18' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []