From c05f3858bdda1a83edea5f596e2192d7ffa49fa5 Mon Sep 17 00:00:00 2001 From: MichelJuillard Date: Sat, 18 Feb 2023 15:36:03 +0100 Subject: [PATCH] bump version -> v1.2.9 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ed5174c..b894e6a 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 = "1.2.8" +version = "1.2.9" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"