diff options
author | Lars Wirzenius <liw@liw.fi> | 2010-02-14 12:24:30 +1300 |
---|---|---|
committer | Lars Wirzenius <liw@liw.fi> | 2010-02-14 12:24:30 +1300 |
commit | 7eed2eb7a22d0a121cc3a55dba1ba8874dced760 (patch) | |
tree | b4a063362aa13cf55b44fd1582f910ea5d750e5c /setup.py | |
parent | 82f415cfa28735e1bbb8dc79e48d96c227d07190 (diff) | |
download | python-coverage-test-runner-7eed2eb7a22d0a121cc3a55dba1ba8874dced760.tar.gz |
Release version 1.3.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ from distutils.core import setup setup(name='CoverageTestRunner', - version='1.2', + version='1.3', description='run unittests', author='Lars Wirzenius', author_email='liw@liw.fi', |