From d25d9cec6d7317ff9ab499a153ac943346a81d2b Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Fri, 8 May 2026 14:04:38 -0400 Subject: [PATCH 1/2] Bump version to 0.2.0-DEV --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fa0532e..9600312 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorTestPackage" uuid = "843e44b4-204a-49e5-b531-f6a528cd7bee" -version = "0.1.0" +version = "0.2.0-DEV" authors = ["ITensor developers and contributors"] [workspace] From aeb210ecd5a181772d8214b8b8d5650f96385eaa Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Fri, 8 May 2026 14:08:31 -0400 Subject: [PATCH 2/2] Bump subdirectory ITensorTestPackage compat to 0.2 --- docs/Project.toml | 2 +- examples/Project.toml | 2 +- test/Project.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 4f38b33..13cd61f 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -9,4 +9,4 @@ path = ".." [compat] Documenter = "1" ITensorFormatter = "0.2.27" -ITensorTestPackage = "0.1" +ITensorTestPackage = "0.2" diff --git a/examples/Project.toml b/examples/Project.toml index 3cb73ce..8f145d5 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -5,4 +5,4 @@ ITensorTestPackage = "843e44b4-204a-49e5-b531-f6a528cd7bee" path = ".." [compat] -ITensorTestPackage = "0.1" +ITensorTestPackage = "0.2" diff --git a/test/Project.toml b/test/Project.toml index 1e27dbd..0ad0db0 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -10,5 +10,5 @@ path = ".." [compat] Aqua = "0.8.9" ITensorPkgSkeleton = "0.3.42" -ITensorTestPackage = "0.1" +ITensorTestPackage = "0.2" Test = "1.10"