Skip to content

Commit 93c0de1

Browse files
committed
Bump version to 1.0.1
1 parent 0e0423f commit 93c0de1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "robotframework-trace"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Alternative CLI for Robot Framework"
55
readme = "README.md"
66
authors = [{ name = "Jonathan Simmonds", email = "jon@jonsim.com" }]

robot_trace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .RobotTrace import RobotTrace as robot_trace
22

33
__all__ = ["robot_trace"]
4-
__version__ = "1.0.0"
4+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)