From ca4cec21d4540f3bfab98d33a164e882aa8b7180 Mon Sep 17 00:00:00 2001 From: Modeseven Industrial Solutions <93649628+ModeSevenIndustrialSolutions@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:04:58 +0100 Subject: [PATCH] Update pyproject.toml Bump version due to binary conflicts in Python package repos Signed-off-by: Modeseven Industrial Solutions <93649628+ModeSevenIndustrialSolutions@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17ad8fe..5eff7db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ITR-examples" -version = "v1.0.0" +version = "v1.0.1" description = "Example code and user interface for the ITR project." authors = [ { name = "Michael Tiemann", email = "72577720+MichaelTiemannOSC@users.noreply.github.com" } ] requires-python = ">=3.9"