From 602b04e49fd61beea1a9a3c4f0942b4632b64b64 Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Tue, 18 Mar 2025 17:47:05 +0100 Subject: [PATCH] bumped version number --- conda-recipe/meta.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]