changeset 58 | c191cc6756f5 |
parent 52 | 19019589cc19 |
child 83 | 7dd73b88e345 |
--- a/setup.py Mon Apr 11 17:37:52 2016 +0200 +++ b/setup.py Thu Apr 21 17:14:40 2016 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.2' +version = '0.1.3' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [