Skip to content

Commit

Permalink
Bump version and changelog for minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
uellue authored Apr 18, 2023
1 parent 0afb20c commit 0144f9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ and to perform efficient conversion to supported formats as needed.

## Changelog

### 0.3.1

* Include version constraint for `sparse`.

### 0.3.0

* Introduce `conversion_cost()` to obtain a value roughly proportional to the conversion cost
Expand Down
2 changes: 1 addition & 1 deletion src/sparseconverter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sparse


__version__ = '0.4.0.dev0'
__version__ = '0.3.1'

NUMPY = 'numpy'
NUMPY_MATRIX = 'numpy.matrix'
Expand Down

0 comments on commit 0144f9a

Please sign in to comment.