From b8bd1ec9827e99f6e56fe1fe3e41ea5f02d2119c Mon Sep 17 00:00:00 2001 From: gitea-actions Date: Fri, 28 Aug 2026 12:28:01 +0000 Subject: [PATCH] chore: bump version 0.3.14 -> 0.3.15 --- .bumpversion.toml | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index fda2244..b4fbb41 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.3.14" +current_version = "0.3.15" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/pyproject.toml b/pyproject.toml index 820eee3..7fa8062 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "giant" -version = "0.3.14" +version = "0.3.15" description = "Geant4 step-function surrogate via conditional flow matching" readme = "README.md" requires-python = ">=3.12" diff --git a/uv.lock b/uv.lock index f081e58..e2f94bb 100644 --- a/uv.lock +++ b/uv.lock @@ -675,7 +675,7 @@ wheels = [ [[package]] name = "giant" -version = "0.3.14" +version = "0.3.15" source = { editable = "." } dependencies = [ { name = "numpy" },