Skip to content

Commit fe7d757

Browse files
committed
Set version 3.1.3
1 parent 94e6d7a commit fe7d757

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-assertion-engine"
3-
version = "3.1.2"
3+
version = "3.1.3"
44
description = "Generic way to create meaningful and easy to use assertions for the Robot Framework libraries."
55
authors = [{ name="Tatu Aalto", email="[email protected]" }]
66
license = "Apache-2.0"

src/assertionengine/assertion_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from .type_converter import is_truthy, type_converter
2424

25-
__version__ = "3.1.2"
25+
__version__ = "3.1.3"
2626

2727
AssertionOperator = Enum(
2828
"AssertionOperator",

0 commit comments

Comments
 (0)