Skip to content

Commit

Permalink
Set version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Oct 6, 2022
1 parent 2d972aa commit cfed57e
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__ = "0.5.1"
__version__ = "0.6.0"

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 = "0.5.1"
version = "0.6.0"
description = "Generic way to create meaningful and easy to use assertions for the Robot Framework libraries."
authors = ["Tatu Aalto <[email protected]>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit cfed57e

Please sign in to comment.