From 268125833608245bfbf0a6ce85a19c3d32aef9e4 Mon Sep 17 00:00:00 2001 From: Connor Ward Date: Tue, 18 Nov 2025 09:47:42 +0000 Subject: [PATCH] Address TODO RELEASE comments --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0d155d8..459dc97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,7 @@ [project] name = "petsctools" # . -# TODO RELEASE -version = "2025.3.dev0" +version = "2025.3" description = "Pythonic extensions for petsc4py and slepc4py" readme = "README.md" license = "LGPL-3.0-or-later"