summaryrefslogtreecommitdiffstats
path: root/rteval
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2011-05-14 09:54:28 -0500
committerClark Williams <williams@redhat.com>2011-05-14 09:54:28 -0500
commita1522a278d947076f6c00cf59042b53b3ef5f9d0 (patch)
treea63ee28f6b14e0e484c80e795a52bddb50aafd3f /rteval
parent1192d756f5beae30949c6e229bc3751323008d9b (diff)
downloadrteval-a1522a278d947076f6c00cf59042b53b3ef5f9d0.tar.gz
rteval-a1522a278d947076f6c00cf59042b53b3ef5f9d0.tar.xz
rteval-a1522a278d947076f6c00cf59042b53b3ef5f9d0.zip
version bump to 1.33
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 28fa872..073b2aa 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.32"
+ self.version = "1.33"
self.load_modules = []
self.workdir = os.getcwd()
self.reportdir = os.getcwd()