changeset 18 | c5db010dec6e |
parent 13 | 19c337b423b5 |
child 21 | a801552ffad0 |
--- a/setup.py Thu Oct 08 09:26:24 2015 +0200 +++ b/setup.py Thu Oct 08 09:27:29 2015 +0200 @@ -25,7 +25,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 = []