Skip to content

Commit

Permalink
Bump version: 0.2.6 → 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Oct 5, 2024
1 parent 03aa014 commit b789641
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.6
current_version = 0.2.7
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.6
// version: 0.2.7
// 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.6"
__version__ = "0.2.7"
__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.6",
version="0.2.7",
author="Floris Laporte",
author_email="floris.laporte@gmail.com",
description="a KLU solver for JAX",
Expand Down

0 comments on commit b789641

Please sign in to comment.