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

This commit is contained in:
gitea-actions
2026-08-24 12:37:56 +00:00
parent d07bac8d32
commit f62f12e49e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.3.8"
current_version = "0.3.9"
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.8"
version = "0.3.9"
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.8"
version = "0.3.9"
source = { editable = "." }
dependencies = [
{ name = "numpy" },