From 5d2f25a6e95cf1d0848fc9dbd0a53fd5fb02ddfe Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Tue, 18 Feb 2025 21:44:03 +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 c405e90..7add883 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: aare - version: 2025.2.12 #TODO! how to not duplicate this? + version: 2025.2.18 #TODO! how to not duplicate this? source: diff --git a/pyproject.toml b/pyproject.toml index 74e624f..9c72fd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "aare" -version = "2025.2.12" +version = "2025.2.18" [tool.scikit-build] cmake.verbose = true