We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3e99f commit b75ee02Copy full SHA for b75ee02
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "kathara_lab_checker"
3
- version = "0.1.6"
+ version = "0.1.7"
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
@@ -42,7 +42,7 @@
42
from .model.CheckResult import CheckResult
43
from .utils import reverse_dictionary
44
45
-VERSION = "0.1.6"
+VERSION = "0.1.7"
46
CURRENT_LAB: Optional[Lab] = None
47
48
0 commit comments