Skip to content

Commit

Permalink
DEV: set version to 0.3.2.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Nov 30, 2024
1 parent 0de45b5 commit 3907691
Showing 1 changed file with 1 addition and 1 deletion.
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.3.1"
__version__ = "0.3.2.dev0"

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

0 comments on commit 3907691

Please sign in to comment.