Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bathal1 committed Jun 20, 2022
1 parent ce2aca3 commit 30fd3a7
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.3")
project(cholespy LANGUAGES CXX C VERSION "0.1.4")

# 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.3",
version="0.1.4",
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 30fd3a7

Please sign in to comment.