changeset 23 | a94173c4f60f |
parent 14 | ccf4a5a8053c |
child 26 | b8bfdb200416 |
--- a/setup.py Thu Oct 08 11:31:03 2015 +0200 +++ b/setup.py Thu Oct 08 11:32:06 2015 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.1' +version = '0.1.2' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []