From 194367c384299896dddf591f97504703ed38ee5b Mon Sep 17 00:00:00 2001 From: Michael Goerz Date: Sun, 19 May 2024 15:44:45 -0400 Subject: [PATCH] Release 0.6.2 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 52296ee..049d5fa 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Krotov" uuid = "b05dcdc7-62f6-4360-bf2c-0898bba419de" authors = ["Michael Goerz "] -version = "0.6.1+dev" +version = "0.6.2" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -16,6 +16,6 @@ Dates = "1" LinearAlgebra = "1" Printf = "1" ConcreteStructs = "0.2" -QuantumControlBase = ">=0.9.3" +QuantumControlBase = "0.9.3" SparseArrays = "1" julia = "1.9"