From 56a15dce09cf136cb4118a42e8f09cab601efc56 Mon Sep 17 00:00:00 2001 From: Bagaev Dmitry Date: Wed, 4 Oct 2023 17:42:31 +0200 Subject: [PATCH] update: Bump version to 1.2.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3c2e857..827bb0d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FastCholesky" uuid = "2d5283b6-8564-42b6-bb00-83ed8e915756" authors = ["Bart van Erp , Bagaev Dmitry and contributors"] -version = "1.1.0" +version = "1.2.0" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"