From 9a7590a209d08025251423670926d7b95a16e6cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Robert?= Date: Sun, 16 Aug 2026 00:40:26 +0200 Subject: [PATCH] Bump version and titna minimal --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dc6926a3d9..53ce089fe1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [{ name = "AEECL ECLAIR" }] # Hyperion follows Semantic Versioning # https://semver.org/ -version = "6.0.5" +version = "6.1.0" requires-python = ">= 3.14, < 3.15" license = "MIT" @@ -18,7 +18,7 @@ license-files = [ ] [tool.titan] -minimal-titan-version-code = 197 +minimal-titan-version-code = 223 [tool.ruff] # By default ruff also respect gitignore files