From d044ea84827fd3d9785f9ed91deaa3fa2994fbec Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Sat, 22 Jun 2024 11:11:41 +0200 Subject: [PATCH 1/2] Bump to v0.3.6 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4dcd3ed..db8419a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Quantics" uuid = "87f76fb3-a40a-40c9-a63c-29fcfe7b7547" authors = ["Hiroshi Shinaoka and contributors"] -version = "0.3.5" +version = "0.3.6" [deps] EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949" From d296fa28b705dc7814afb31a956825a50b26b46d Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Sat, 22 Jun 2024 11:19:03 +0200 Subject: [PATCH 2/2] Fix test --- test/util_tests.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/util_tests.jl b/test/util_tests.jl index f6db663..649fc87 100644 --- a/test/util_tests.jl +++ b/test/util_tests.jl @@ -224,5 +224,4 @@ @test Ψ ≈ Ψ_reconst end -end -nothing \ No newline at end of file +end \ No newline at end of file