chore: bump version 0.3.15 -> 0.4.0
CI / Sync project version with tag (pull_request) Has been skipped
CI / Lint (ruff check) (pull_request) Successful in 1m7s
CI / Format (ruff format) (pull_request) Successful in 1m5s
CI / Type check (ty) (pull_request) Successful in 1m5s
CI / Tests (pull_request) Successful in 4m31s
CI / Bump version, tag, and update changelog on merge to master (pull_request) Has been skipped
CI / Publish package to Gitea package registry (pull_request) Has been skipped

This commit is contained in:
2026-08-31 11:58:31 +02:00
parent 64614cf1c6
commit 3c1d1da83f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.3.15"
current_version = "0.4.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "giant"
version = "0.3.15"
version = "0.4.0"
description = "Geant4 step-function surrogate via conditional flow matching"
readme = "README.md"
requires-python = ">=3.12"
Generated
+1 -1
View File
@@ -713,7 +713,7 @@ wheels = [
[[package]]
name = "giant"
version = "0.3.15"
version = "0.4.0"
source = { editable = "." }
dependencies = [
{ name = "numpy" },