changeset 98 | 7fa6f240e4ce |
parent 94 | f71fb1a281ef |
child 103 | d0d658d566d8 |
--- a/setup.py Mon Dec 03 10:44:14 2018 +0100 +++ b/setup.py Thu Dec 06 11:26:19 2018 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.13' +version = '0.1.13.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []