From 963e8dc2fd067b60de5e7d7c61f2992fc8e1a87f Mon Sep 17 00:00:00 2001 From: Michael Goerz Date: Wed, 4 Sep 2024 08:02:32 -0400 Subject: [PATCH] Release 0.7.1 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 70912a4..02dad32 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Krotov" uuid = "b05dcdc7-62f6-4360-bf2c-0898bba419de" authors = ["Michael Goerz "] -version = "0.7.0+dev" +version = "0.7.1" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -16,6 +16,6 @@ Dates = "1" LinearAlgebra = "1" Printf = "1" ConcreteStructs = "0.2" -QuantumControl = ">=0.10.0" +QuantumControl = "0.11.0" SparseArrays = "1" julia = "1.9"