diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index ffa95a7..93c1219 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: aare - version: 2025.2.18 #TODO! how to not duplicate this? + version: 2025.3.18 #TODO! how to not duplicate this? diff --git a/pyproject.toml b/pyproject.toml index 6dc941e..8b0b789 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "aare" -version = "2025.2.18" +version = "2025.3.18" [tool.scikit-build]