From 69413b7a6209851787ab9a056f0c3cf9f2dfdc6d Mon Sep 17 00:00:00 2001 From: mtfishman Date: Tue, 3 Mar 2026 23:05:08 -0500 Subject: [PATCH] Apply shared_docs_and_tests_workflows patch --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c800dbd..abc601a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorPkgSkeleton" uuid = "3d388ab1-018a-49f4-ae50-18094d5f71ea" -version = "0.3.42" +version = "0.3.43" authors = ["ITensor developers and contributors"] [workspace] diff --git a/test/Project.toml b/test/Project.toml index 31cc033..f9b07f4 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -8,5 +8,5 @@ path = ".." [compat] Aqua = "0.8.9" -ITensorPkgSkeleton = "0.3.40" +ITensorPkgSkeleton = "0.3.42" Test = "1.10"