From 00b3e2b770dd8f27036e0818119b5a853a005985 Mon Sep 17 00:00:00 2001 From: Baptiste Nicolet Date: Wed, 7 Aug 2024 16:51:48 +0200 Subject: [PATCH] Bumped version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d230c7a..7b53da8 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name="cholespy", - version="1.0.0", + version="2.0.0", description="A self-contained sparse Cholesky solver, compatible with CPU and GPU tensor frameworks.", author="Baptiste Nicolet", license="BSD",