Skip to content

Commit 30fd3a7

Browse files
author
Baptiste Nicolet
committed
Bumped version number
1 parent ce2aca3 commit 30fd3a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.18...3.22)
22

3-
project(cholespy LANGUAGES CXX C VERSION "0.1.3")
3+
project(cholespy LANGUAGES CXX C VERSION "0.1.4")
44

55
# Nanobind setup from https://github.com/wjakob/nanobind_example/blob/master/CMakeLists.txt
66
if (NOT SKBUILD)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name="cholespy",
22-
version="0.1.3",
22+
version="0.1.4",
2323
description="A self-contained sparse Cholesky solver, compatible with CPU and GPU tensor frameworks.",
2424
author="Baptiste Nicolet",
2525
license="BSD",

0 commit comments

Comments
 (0)