From 9187eb568d8bd97388ac800dabc0908bcfc01574 Mon Sep 17 00:00:00 2001 From: Michael Goerz Date: Sun, 2 Oct 2022 21:38:21 -0400 Subject: [PATCH] Release 0.4.0 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6042240..61376aa 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Krotov" uuid = "b05dcdc7-62f6-4360-bf2c-0898bba419de" authors = ["Michael Goerz "] -version = "0.3.1+dev" +version = "0.4.0" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -12,6 +12,6 @@ QuantumControlBase = "f10a33bc-5a64-497c-be7b-6f86b4f0c2aa" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] -QuantumControlBase = ">=0.5" +QuantumControlBase = "0.6" ConcreteStructs = "^0.2" julia = "1.6"