Skip to content

Commit 1633192

Browse files
committed
Bump version to 0.1.11
1 parent 1c16b77 commit 1633192

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 = "kathara_lab_checker"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
description = "Tool to automatically check Kathará network scenarios based on a configuration file."
55
readme = "README.md"
66
requires-python = ">=3.11"

src/kathara_lab_checker/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from .foundation.checks.CheckFactory import CheckFactory
2424
from .foundation.model.CheckResult import CheckResult
2525

26-
VERSION = "0.1.10"
26+
VERSION = "0.1.11"
2727
CURRENT_LAB: Optional[Lab] = None
2828

2929

0 commit comments

Comments
 (0)