From 70d0bcc3e2bed5f3f8e158b86b9554f03f478337 Mon Sep 17 00:00:00 2001 From: Baptiste Nicolet Date: Fri, 9 Aug 2024 09:26:59 +0200 Subject: [PATCH] Bumped version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de9cfe0..c75ec1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ name = "cholespy" authors = [ {name = "Baptiste Nicolet", email = "baptiste.nicolet@epfl.ch"}, ] -version = "2.0.0" +version = "2.1.0" description = "A self-contained sparse Cholesky solver, compatible with CPU and GPU tensor frameworks." readme = "README.md" requires-python = ">=3.8"