Skip to content

Commit

Permalink
Bump Version (0.1.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcaiazzi committed Oct 22, 2024
1 parent 17c51b0 commit 1c2c1a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kathara-lab-checker"
version = "0.1.4"
name = "kathara_lab_checker"
version = "0.1.5"
description = "Tool to automatically check Kathará network scenarios based on a configuration file."
readme = "README.md"
requires-python = ">=3.11"
Expand All @@ -11,7 +11,8 @@ authors = [
]

maintainers = [
{ name = "Tommaso Caiazzi", email = "[email protected]" }
{ name = "Tommaso Caiazzi", email = "[email protected]" },
{ name = "Lorenzo Ariemma", email = "[email protected]" }
]

classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion src/kathara_lab_checker/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from kathara_lab_checker.excel_utils import write_final_results_to_excel, write_result_to_excel
from kathara_lab_checker.utils import reverse_dictionary

VERSION = "0.1.4"
VERSION = "0.1.5"
CURRENT_LAB: Optional[Lab] = None


Expand Down

0 comments on commit 1c2c1a0

Please sign in to comment.