From 7cb57ae4c9002328760d8c00dc2976ad757b8521 Mon Sep 17 00:00:00 2001 From: MichelJuillard Date: Sat, 27 Aug 2022 14:30:18 +0200 Subject: [PATCH] bump version -> v1.2.6 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f6389f1..4832188 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.5" +version = "1.2.6" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"