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"]