From 91dd935892a26f56f050e6565a84c5eb446588eb Mon Sep 17 00:00:00 2001 From: Chris Rackauckas - Beep Boop Edition Date: Thu, 23 Jul 2026 14:31:04 -0400 Subject: [PATCH 1/2] Bump LinearSolve to v5.1.1 Co-Authored-By: Chris Rackauckas --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5c7d83135..7923060c4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "LinearSolve" uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" -version = "5.1.0" +version = "5.1.1" authors = ["SciML"] [deps] From 67eb58494de7df2be7f3b448afabecd24c83e1e2 Mon Sep 17 00:00:00 2001 From: Chris Rackauckas - Beep Boop Edition Date: Thu, 23 Jul 2026 14:31:06 -0400 Subject: [PATCH 2/2] Bump LinearSolvePyAMG to v1.3.1 Co-Authored-By: Chris Rackauckas --- lib/LinearSolvePyAMG/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/LinearSolvePyAMG/Project.toml b/lib/LinearSolvePyAMG/Project.toml index 3dfd2db85..fb3556cd3 100644 --- a/lib/LinearSolvePyAMG/Project.toml +++ b/lib/LinearSolvePyAMG/Project.toml @@ -1,7 +1,7 @@ name = "LinearSolvePyAMG" uuid = "7a56c47d-7ab1-4e99-b0e3-2952e463d64a" authors = ["SciML"] -version = "1.3.0" +version = "1.3.1" [deps] CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"