From 7c05eb9e35d95820f64b76527cb3858409dc9ff0 Mon Sep 17 00:00:00 2001 From: MichelJuillard Date: Tue, 27 Feb 2024 08:46:13 +0100 Subject: [PATCH] bump version -> 2.0.2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 73aa951..20ca11a 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.1" +version = "2.0.2" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"