We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5a85c commit e2ef568Copy full SHA for e2ef568
src/array_api_extra/__init__.py
@@ -1,6 +1,6 @@
1
from ._funcs import atleast_nd, cov, create_diagonal, expand_dims, kron, setdiff1d, sinc
2
3
-__version__ = "0.3.3.dev0"
+__version__ = "0.4.0"
4
5
# pylint: disable=duplicate-code
6
__all__ = [
0 commit comments