From fdb5ab85c8c56c1eb3bbf1d51d7f0340480f70c6 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Thu, 2 Nov 2023 12:26:33 -0400 Subject: [PATCH] [ITensorGaussianMPS] Bump to v0.1.3 [no ci] --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8e5dcc6..7c6695e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorGaussianMPS" uuid = "2be41995-7c9f-4653-b682-bfa4e7cebb93" authors = ["Matthew Fishman and contributors"] -version = "0.1.2" +version = "0.1.3" [deps] Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" @@ -10,5 +10,5 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" [compat] Compat = "3.40.0, 4" -ITensors = "0.3.14" +ITensors = "0.3.49" julia = "1.6"