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