diff --git a/CMakeLists.txt b/CMakeLists.txt index a434aee..f020862 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.18...3.22) -project(cholespy LANGUAGES CXX C VERSION "0.1.4") +project(cholespy LANGUAGES CXX C VERSION "0.1.5") # Nanobind setup from https://github.com/wjakob/nanobind_example/blob/master/CMakeLists.txt if (NOT SKBUILD) diff --git a/setup.py b/setup.py index a264884..008ad2a 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name="cholespy", - version="0.1.4", + version="0.1.5", description="A self-contained sparse Cholesky solver, compatible with CPU and GPU tensor frameworks.", author="Baptiste Nicolet", license="BSD",