Skip to content

Commit b75ee02

Browse files
committed
Bump version (0.1.7)
1 parent cc3e99f commit b75ee02

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.6"
3+
version = "0.1.7"
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
@@ -42,7 +42,7 @@
4242
from .model.CheckResult import CheckResult
4343
from .utils import reverse_dictionary
4444

45-
VERSION = "0.1.6"
45+
VERSION = "0.1.7"
4646
CURRENT_LAB: Optional[Lab] = None
4747

4848

0 commit comments

Comments
 (0)