chore: bump version 0.3.5 -> 0.3.6 [skip ci]

This commit is contained in:
gitea-actions
2026-08-24 08:02:48 +00:00
parent b3f28e98af
commit 060353ea4a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.3.5"
current_version = "0.3.6"
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.5"
version = "0.3.6"
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.5"
version = "0.3.6"
source = { editable = "." }
dependencies = [
{ name = "numpy" },