Skip to content

Commit 91b8ed5

Browse files
committed
Fix pyproject.toml + bump version
1 parent 7a22223 commit 91b8ed5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kathara_lab_checker"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "Tool to automatically check Kathará network scenarios based on a configuration file."
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -45,7 +45,7 @@ requires = ["setuptools>=61.2", "wheel"]
4545
build-backend = "setuptools.build_meta"
4646

4747
[tool.setuptools.packages.find]
48-
where = ["src/kathara_lab_checker"]
48+
where = ["src"]
4949

5050
[tool.setuptools.package-data]
5151
schemas = ["*.json"]

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.7"
45+
VERSION = "0.1.8"
4646
CURRENT_LAB: Optional[Lab] = None
4747

4848

0 commit comments

Comments
 (0)