Skip to content

Commit 5e4da2b

Browse files
committed
Set version
1 parent 9ff5217 commit 5e4da2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assertionengine/assertion_engine.py

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

2222
from .type_converter import is_truthy, type_converter
2323

24-
__version__ = "0.6.1"
24+
__version__ = "1.0.0"
2525

2626
AssertionOperator = Enum(
2727
"AssertionOperator",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "robotframework-assertion-engine"
3-
version = "0.6.1"
3+
version = "1.0.0"
44
description = "Generic way to create meaningful and easy to use assertions for the Robot Framework libraries."
55
authors = ["Tatu Aalto <[email protected]>"]
66
license = "Apache License 2.0"

0 commit comments

Comments
 (0)