Skip to content

Commit

Permalink
bump to release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed May 23, 2023
1 parent 3ed052f commit 0b89cd8
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.5.0a2"
__version__ = "0.5.0"
__all__ = [
'CSR'
]
Expand Down

0 comments on commit 0b89cd8

Please sign in to comment.