We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f912a4d commit b8beb01Copy full SHA for b8beb01
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "robotframework-trace"
3
-version = "1.0.3"
+version = "1.0.4"
4
description = "Alternative CLI for Robot Framework"
5
readme = "README.md"
6
authors = [{ name = "Jonathan Simmonds", email = "jon@jonsim.com" }]
robot_trace/__init__.py
@@ -1,4 +1,4 @@
from .RobotTrace import RobotTrace as robot_trace
__all__ = ["robot_trace"]
-__version__ = "1.0.3"
+__version__ = "1.0.4"
0 commit comments