changeset 67 | b2036237624c |
parent 62 | 5c7fe5a68736 |
child 71 | bfe52e72aa76 |
--- a/setup.py Tue Jun 26 15:10:29 2018 +0200 +++ b/setup.py Thu Jun 28 08:33:08 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.9' +version = '0.1.10' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []