diff --git a/Project.toml b/Project.toml index 9a968ba..0c5f751 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorTestPackage" uuid = "843e44b4-204a-49e5-b531-f6a528cd7bee" -version = "0.2.0" +version = "0.3.0-DEV" authors = ["ITensor developers and contributors"] [workspace] diff --git a/docs/Project.toml b/docs/Project.toml index 13cd61f..9db06f6 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -9,4 +9,4 @@ path = ".." [compat] Documenter = "1" ITensorFormatter = "0.2.27" -ITensorTestPackage = "0.2" +ITensorTestPackage = "0.3" diff --git a/examples/Project.toml b/examples/Project.toml index 8f145d5..ace0a15 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -5,4 +5,4 @@ ITensorTestPackage = "843e44b4-204a-49e5-b531-f6a528cd7bee" path = ".." [compat] -ITensorTestPackage = "0.2" +ITensorTestPackage = "0.3" diff --git a/test/Project.toml b/test/Project.toml index 0ad0db0..bff5ff9 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.2" +ITensorTestPackage = "0.3" Test = "1.10"