summaryrefslogtreecommitdiffstats
path: root/rteval
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-26 16:31:34 -0500
committerClark Williams <williams@redhat.com>2010-07-26 16:31:34 -0500
commitd0cd9bffef386ebfee9cae6bdc2218446ea7fa5f (patch)
tree3708806d2394db80374b9a162cb81f679dcee044 /rteval
parent1497695ee1d86503be95e0bf02f3b8c3d3d780b0 (diff)
downloadrteval-d0cd9bffef386ebfee9cae6bdc2218446ea7fa5f.tar.gz
rteval-d0cd9bffef386ebfee9cae6bdc2218446ea7fa5f.tar.xz
rteval-d0cd9bffef386ebfee9cae6bdc2218446ea7fa5f.zip
version bump to v1.31
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 f04b4db..289d0cd 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.30"
+ self.version = "1.31"
self.load_modules = []
self.workdir = os.getcwd()
self.inifile = None