changeset 348 | d73905f6a2eb |
parent 344 | 930ead384f3c |
child 493 | 5d94baef6923 |
--- a/setup.py Sat Jan 27 02:21:44 2018 +0100 +++ b/setup.py Wed Jan 31 17:18:50 2018 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.10.1' +version = '0.1.11' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []