Skip to content

Commit

Permalink
Bump CSR version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 29, 2022
1 parent 67a3c24 commit beddc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Compressed Sparse Row matrices for Python, with Numba API.
"""

__version__ = "0.4.1"
__version__ = "0.4.2"
__all__ = [
'CSR'
]
Expand Down

0 comments on commit beddc99

Please sign in to comment.