Bump version to 0.2.0
CI / Tests (push) Successful in 1m35s
CI / Lint (ruff check) (push) Successful in 29s
CI / Format (ruff format) (push) Successful in 37s
CI / Type check (ty) (push) Successful in 38s
CI / Sync project version with tag (push) Successful in 5s

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-04 14:01:33 +02:00
parent 803aae364e
commit 2fe887b49a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "giant"
version = "0.1.0"
version = "0.2.0"
description = "Geant4 step-function surrogate via conditional flow matching"
readme = "README.md"
requires-python = ">=3.12"
Generated
+1 -1
View File
@@ -534,7 +534,7 @@ wheels = [
[[package]]
name = "giant"
version = "0.1.0"
version = "0.2.0"
source = { editable = "." }
dependencies = [
{ name = "numpy" },