Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jun 17, 2021
1 parent 2a9f066 commit ea9dc06
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.2.1"
__version__ = "0.3.1"
__all__ = [
'CSR'
]
Expand Down

0 comments on commit ea9dc06

Please sign in to comment.