Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bathal1 committed Jul 19, 2022
1 parent 9e02031 commit 3f2618b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3f2618b

Please sign in to comment.