Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Jul 9, 2023
1 parent 9fb3996 commit 47c45ec
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.0
current_version = 0.2.1
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.0
// version: 0.2.1
// 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.0"
__version__ = "0.2.1"
__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 @@ -98,7 +98,7 @@

setup(
name="klujax",
version="0.2.0",
version="0.2.1",
author="Floris Laporte",
author_email="floris.laporte@gmail.com",
description="a KLU solver for JAX",
Expand Down

0 comments on commit 47c45ec

Please sign in to comment.