Skip to content

Commit e2ef568

Browse files
committed
REL: set version to 0.4.0
1 parent 4d5a85c commit e2ef568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from ._funcs import atleast_nd, cov, create_diagonal, expand_dims, kron, setdiff1d, sinc
22

3-
__version__ = "0.3.3.dev0"
3+
__version__ = "0.4.0"
44

55
# pylint: disable=duplicate-code
66
__all__ = [

0 commit comments

Comments
 (0)