From b920a41fbec731e04cfe3f41a00806030e4e4331 Mon Sep 17 00:00:00 2001 From: Maxence Naud <maxence.naud@cea.fr> Date: Fri, 31 Jan 2025 22:26:52 +0000 Subject: [PATCH] UPD: version 0.1.0 -> 0.1.1 --- pyproject.toml | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bab789a..6689b70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ name = "aidge_export_arm_cortexm" description = "Aidge export for ARM CortexM systems" readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.8" license = { "text" = "Eclipse Public License 2.0 (EPL-2.0)" } dynamic = ["version"] # defined by pbr diff --git a/version.txt b/version.txt index 6e8bf73..17e51c3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.0 +0.1.1 -- GitLab