Skip to content

Commit

Permalink
REL: set version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Nov 30, 2024
1 parent 63b6470 commit 0de45b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/array_api_extra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from ._funcs import atleast_nd, cov, create_diagonal, expand_dims, kron, setdiff1d, sinc

__version__ = "0.2.1.dev0"
__version__ = "0.3.1"

# pylint: disable=duplicate-code
__all__ = [
Expand Down

0 comments on commit 0de45b5

Please sign in to comment.