From 69f13636a970f920f50e1ecabdf4683df14f3425 Mon Sep 17 00:00:00 2001 From: Tommaso Caiazzi Date: Tue, 29 Oct 2024 19:50:26 +0100 Subject: [PATCH] Bump version (0.1.6) --- pyproject.toml | 2 +- src/kathara_lab_checker/__main__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4780b26..c38f3e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/kathara_lab_checker/__main__.py b/src/kathara_lab_checker/__main__.py index 5e28a56..747647c 100644 --- a/src/kathara_lab_checker/__main__.py +++ b/src/kathara_lab_checker/__main__.py @@ -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