Skip to content

Commit

Permalink
Bump version: 0.2.2 → 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Sep 19, 2023
1 parent 1d5cf72 commit 1610da6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2
current_version = 0.2.3
commit = True
tag = True
tag_name = {new_version}
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.2.2
// version: 0.2.3
// author: Floris Laporte

#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion klujax.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" klujax: a KLU solver for JAX """

__version__ = "0.2.2"
__version__ = "0.2.3"
__author__ = "Floris Laporte"
__all__ = ["solve", "coo_mul_vec"]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

setup(
name="klujax",
version="0.2.2",
version="0.2.3",
author="Floris Laporte",
author_email="[email protected]",
description="a KLU solver for JAX",
Expand Down

0 comments on commit 1610da6

Please sign in to comment.