Skip to content

Commit

Permalink
Set version 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Nov 21, 2023
1 parent 79470dd commit 37c0405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assertionengine/assertion_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from .type_converter import is_truthy, type_converter

__version__ = "3.0.2"
__version__ = "3.0.3"

AssertionOperator = Enum(
"AssertionOperator",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "robotframework-assertion-engine"
version = "3.0.2"
version = "3.0.3"
description = "Generic way to create meaningful and easy to use assertions for the Robot Framework libraries."
authors = ["Tatu Aalto <aalto.tatu@gmail.com>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit 37c0405

Please sign in to comment.