We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c16b77 commit 1633192Copy full SHA for 1633192
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "kathara_lab_checker"
3
-version = "0.1.10"
+version = "0.1.11"
4
description = "Tool to automatically check Kathará network scenarios based on a configuration file."
5
readme = "README.md"
6
requires-python = ">=3.11"
src/kathara_lab_checker/__main__.py
@@ -23,7 +23,7 @@
23
from .foundation.checks.CheckFactory import CheckFactory
24
from .foundation.model.CheckResult import CheckResult
25
26
-VERSION = "0.1.10"
+VERSION = "0.1.11"
27
CURRENT_LAB: Optional[Lab] = None
28
29
0 commit comments