From 2e88074a073d92400029cc49aec51f80deb982f6 Mon Sep 17 00:00:00 2001 From: Transurgeon Date: Wed, 8 Jul 2026 12:58:51 -0400 Subject: [PATCH] Begin 0.6.1 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f26fef3..c1671c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "sparsediffpy" -version = "0.6.0" +version = "0.6.1" description = "Python bindings for SparseDiffEngine algorithmic differentiation" requires-python = ">=3.11" dependencies = ["numpy >= 2.0.0"]