summaryrefslogtreecommitdiffstats
path: root/rteval
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-12 14:39:47 -0500
committerClark Williams <williams@redhat.com>2010-07-12 14:39:47 -0500
commit5e31a147924c408e62f3d204ec22a3afb77a3ad6 (patch)
tree57083fd2e0314100f257f4033bc0547ecd5c3010 /rteval
parente50fbc0e10e7bc348914aaca860c0a2cdcb8081b (diff)
downloadrteval-5e31a147924c408e62f3d204ec22a3afb77a3ad6.tar.gz
rteval-5e31a147924c408e62f3d204ec22a3afb77a3ad6.tar.xz
rteval-5e31a147924c408e62f3d204ec22a3afb77a3ad6.zip
version bump to 1.25
Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'rteval')
-rw-r--r--rteval/rteval.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rteval/rteval.py b/rteval/rteval.py
index 7f1181d..68690fb 100644
--- a/rteval/rteval.py
+++ b/rteval/rteval.py
@@ -70,7 +70,7 @@ def sigint_handler(signum, frame):
class RtEval(object):
def __init__(self, cmdargs):
- self.version = "1.24"
+ self.version = "1.25"
self.load_modules = []
self.workdir = os.getcwd()
self.inifile = None