From 0e4c4b7ec21bd7fa5af66ab07b7c709c8d52d40b Mon Sep 17 00:00:00 2001 From: MichelJuillard Date: Thu, 29 Jun 2023 16:16:47 +0200 Subject: [PATCH] bump version -> v0.2.1 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0559b0c..c3ff305 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeneralizedSylvesterSolver" uuid = "3b00829b-373b-4a35-afa6-09f888b04ecd" authors = ["MichelJuillard "] -version = "0.2.0" +version = "0.2.1" [deps] FastLapackInterface = "29a986be-02c6-4525-aec4-84b980013641" @@ -11,6 +11,6 @@ QuasiTriangular = "e29349eb-b3c8-4189-b6e7-6b7aca9b1830" [compat] julia = "1.6.3" -FastLapackInterface = "^1" +FastLapackInterface = "2.0.0" KroneckerTools = "0.2.0" QuasiTriangular = "0.2.0"