Skip to content

Commit

Permalink
Bump version (0.1.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcaiazzi committed Oct 29, 2024
1 parent 1a361ea commit 69f1363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kathara_lab_checker"
version = "0.1.5"
version = "0.1.6"
description = "Tool to automatically check Kathará network scenarios based on a configuration file."
readme = "README.md"
requires-python = ">=3.11"
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 .excel_utils import write_final_results_to_excel, write_result_to_excel
from .utils import reverse_dictionary

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


Expand Down

0 comments on commit 69f1363

Please sign in to comment.