Skip to content

Commit

Permalink
Bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Nov 13, 2024
1 parent dcb0243 commit 2de8ecf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# KLUJAX
> version: 0.3.0
> version: 0.3.1
A sparse linear solver for JAX based on the efficient [KLU algorithm](https://ufdcimages.uflib.ufl.edu/UF/E0/01/17/21/00001/palamadai_e.pdf).

Expand Down
2 changes: 1 addition & 1 deletion klujax.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// version: 0.3.0
// version: 0.3.1
// Imports

#include "klu.h"
Expand Down
2 changes: 1 addition & 1 deletion klujax.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Metadata ============================================================================

__version__ = "0.3.0"
__version__ = "0.3.1"
__author__ = "Floris Laporte"
__all__ = ["solve", "coo_mul_vec"]

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ license = {file = "LICENSE"}
name = "klujax"
readme = "README.md"
requires-python = ">=3.10"
version = "0.3.0"
version = "0.3.1"

[project.optional-dependencies]
dev = [
Expand Down Expand Up @@ -75,7 +75,7 @@ message_template = "Bump to {new_version}"
tag_template = "{new_version}"

[tool.tbump.version]
current = "0.3.0"
current = "0.3.1"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 2de8ecf

Please sign in to comment.