From 5c621699ebb2553f7c0617d5de4cfe6d739099b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Robert?= Date: Mon, 20 Apr 2026 02:49:51 +0200 Subject: [PATCH] Hyperion 6.0.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 113c78ec29..e5fd1bb0a5 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.0" +version = "6.0.1" requires-python = ">= 3.14, < 3.15" license = "MIT" @@ -18,7 +18,7 @@ license-files = [ ] [tool.titan] -minimal-titan-version-code = 158 +minimal-titan-version-code = 197 [tool.ruff] # By default ruff also respect gitignore files