chore: bump version 0.3.7 -> 0.3.8 [skip ci]

This commit is contained in:
gitea-actions
2026-08-24 09:43:38 +00:00
parent 417b741484
commit 81d22c1964
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.3.7"
current_version = "0.3.8"
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.7"
version = "0.3.8"
description = "Geant4 step-function surrogate via conditional flow matching"
readme = "README.md"
requires-python = ">=3.12"
Generated
+1 -1
View File
@@ -675,7 +675,7 @@ wheels = [
[[package]]
name = "giant"
version = "0.3.7"
version = "0.3.8"
source = { editable = "." }
dependencies = [
{ name = "numpy" },