Skip to content

Commit

Permalink
Updated version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Feb 5, 2023
1 parent b9eeb59 commit b3eaeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotstatuschecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from robot.api import ExecutionResult, ResultVisitor
from robot.utils import Matcher

__version__ = "3.0.0.dev1"
__version__ = "3.0.0"


def process_output(inpath, outpath=None, verbose=True):
Expand Down

0 comments on commit b3eaeb4

Please sign in to comment.