From 18cb2e87ddbb0e6c6cf900e2d2254715480d2a8a Mon Sep 17 00:00:00 2001 From: MichelJuillard Date: Sat, 27 Jan 2024 21:20:56 +0100 Subject: [PATCH] bump version -> v2.0.1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 934c51d..73aa951 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FastLapackInterface" uuid = "29a986be-02c6-4525-aec4-84b980013641" authors = ["Louis Ponet, Michel Juillard"] -version = "2.0.0" +version = "2.0.1" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"