We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c520a commit 7a0b582Copy full SHA for 7a0b582
1 file changed
robotstatuschecker.py
@@ -45,7 +45,7 @@
45
from robot.api import ExecutionResult, ResultVisitor
46
from robot.utils import Matcher
47
48
-__version__ = "3.0.0"
+__version__ = "3.0.1"
49
RF_61 = tuple(rf_version.split(".")[:2]) >= ("6", "1")
50
51
0 commit comments