From 3e3efe73801b05e61c81fd058ad199624ed4f7c6 Mon Sep 17 00:00:00 2001 From: Katharine Hyatt Date: Wed, 10 Sep 2025 12:05:08 +0200 Subject: [PATCH] Update Project.toml for qr/lq fixes This should help unstick the corresponding TensorKit branch on 1.10 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d759b7a42..8d4a6b89c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MatrixAlgebraKit" uuid = "6c742aac-3347-4629-af66-fc926824e5e4" authors = ["Jutho and contributors"] -version = "0.3.1" +version = "0.3.2" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"