From 1dc93803b623d7b11cfd5a7bbdae55dc13ac1e07 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 7 Jun 2010 17:01:17 +1200 Subject: Release version 1.4.1, with profiling support. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1bb9375..b1fbd8c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from distutils.core import setup setup(name='CoverageTestRunner', - version='1.3', + version='1.4.1', description='run unittests', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1