changeset 266 | 9001d8c66f44 |
parent 263 | 8e84f26626ae |
child 279 | 6d93d4c9156a |
--- a/setup.py Sat Jan 27 00:28:43 2018 +0100 +++ b/setup.py Sat Jan 27 00:31:03 2018 +0100 @@ -25,7 +25,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 = []