From f46628141dc2be7fc96d3074dcf9f8d97e5de221 Mon Sep 17 00:00:00 2001 From: Lars Bogner Date: Mon, 10 Aug 2026 10:50:38 +0200 Subject: [PATCH] Bump version to 0.3.0 Co-Authored-By: Claude Sonnet 5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7fad25..0e0288e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "giant" -version = "0.2.0" +version = "0.3.0" description = "Geant4 step-function surrogate via conditional flow matching" readme = "README.md" requires-python = ">=3.12"