From 81d22c19648f073e28a5f834f678dff58da80103 Mon Sep 17 00:00:00 2001 From: gitea-actions Date: Mon, 24 Aug 2026 09:43:38 +0000 Subject: [PATCH] chore: bump version 0.3.7 -> 0.3.8 [skip ci] --- .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 a287a02..481a4ba 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.3.7" +current_version = "0.3.8" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/pyproject.toml b/pyproject.toml index 8b6ad98..1202040 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "giant" -version = "0.3.7" +version = "0.3.8" 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 4278dfe..fb3ee2a 100644 --- a/uv.lock +++ b/uv.lock @@ -675,7 +675,7 @@ wheels = [ [[package]] name = "giant" -version = "0.3.7" +version = "0.3.8" source = { editable = "." } dependencies = [ { name = "numpy" },