summaryrefslogtreecommitdiffstats
path: root/rteval/rteval.py
diff options
context:
space:
mode:
Diffstat (limited to 'rteval/rteval.py')
-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()