From d1977c9eec29802e54780172908b20787db88614 Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Tue, 11 Aug 2009 11:37:44 -0500 Subject: updated copyright, licensing and version info --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3bb42a5..1b8e2b3 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ import os PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages') setup(name="rteval", - version = "0.6", + version = "0.9", description = "evaluate system performance for Realtime", author = "Clark Williams", author_email = "williams@redhat.com", -- cgit