summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-03-18 09:51:30 -0500
committerClark Williams <williams@redhat.com>2009-03-18 09:51:30 -0500
commit4d285c71a643c7918aabbdee0adb44eaea97015d (patch)
treed22e5f64d623be89d62fadee970c647974832b5a /setup.py
parent8f524beb0eb3bf02b363df344371717cf0f00f87 (diff)
downloadrteval-4d285c71a643c7918aabbdee0adb44eaea97015d.tar.gz
rteval-4d285c71a643c7918aabbdee0adb44eaea97015d.tar.xz
rteval-4d285c71a643c7918aabbdee0adb44eaea97015d.zip
version bump to 0.6
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 1033fda..3bb42a5 100644
--- a/setup.py
+++ b/setup.py
@@ -9,8 +9,8 @@ import os
PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages')
setup(name="rteval",
- version = "0.1",
- description = "PRE VErification for Real Time",
+ version = "0.6",
+ description = "evaluate system performance for Realtime",
author = "Clark Williams",
author_email = "williams@redhat.com",
license = "GPLv2",