From 8e64de85f9ab11954072dc4f2a9ede0cf1fdaae4 Mon Sep 17 00:00:00 2001 From: Baptiste Nicolet Date: Fri, 3 Jun 2022 16:54:48 +0200 Subject: [PATCH] Bumped version number --- CMakeLists.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 150516c..c57f81c 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.2") +project(cholespy LANGUAGES CXX C VERSION "0.1.3") # 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 2232943..de2cf05 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name="cholespy", - version="0.1.2", + version="0.1.3", description="A self-contained sparse Cholesky solver, compatible with CPU and GPU tensor frameworks.", author="Baptiste Nicolet", license="BSD",