From 1044c2e5465b9ab29b10750c9ae9fae16458f68f Mon Sep 17 00:00:00 2001 From: mtfishman Date: Fri, 6 Feb 2026 16:10:20 -0500 Subject: [PATCH] Reformat Project.toml --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 9364d5d..d854b70 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,10 @@ name = "FunctionImplementations" uuid = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c" +version = "0.4.1" authors = ["ITensor developers and contributors"] -version = "0.4.0" + +[workspace] +projects = ["benchmark", "dev", "docs", "examples", "test"] [weakdeps] BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" @@ -21,6 +24,3 @@ FillArrays = "1.15" LinearAlgebra = "1.10" StridedViews = "0.4.1" julia = "1.10" - -[workspace] -projects = ["benchmark", "dev", "docs", "examples", "test"]