From 97a5a8227ab75ac7ba46fbc90a1171d3065ba980 Mon Sep 17 00:00:00 2001 From: dance858 Date: Thu, 14 May 2026 08:45:02 +0200 Subject: [PATCH] Begin 0.3.1 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f67ab0..90b088f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "sparsediffpy" -version = "0.3.0" +version = "0.3.1" description = "Python bindings for SparseDiffEngine algorithmic differentiation" requires-python = ">=3.11" dependencies = ["numpy >= 2.0.0"]