summaryrefslogtreecommitdiffstats
path: root/rteval
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-21 14:00:50 -0500
committerClark Williams <williams@redhat.com>2010-07-21 14:00:50 -0500
commitf7ffce610f2643848381c44718fb943c5c631427 (patch)
treebcab373572290920282f9db11afdf53a6326e4e3 /rteval
parent4fe7997094b1cfd19b0c2d90aad7be827e3acc75 (diff)
downloadrteval-f7ffce610f2643848381c44718fb943c5c631427.tar.gz
rteval-f7ffce610f2643848381c44718fb943c5c631427.tar.xz
rteval-f7ffce610f2643848381c44718fb943c5c631427.zip
version bump to v1.30
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 076e92a..f04b4db 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.29"
+ self.version = "1.30"
self.load_modules = []
self.workdir = os.getcwd()
self.inifile = None