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