Skip to content

Commit fa82dc0

Browse files
committed
Bump array API version in numpy.array_api
Original NumPy Commit: 80e64de6ab7e3bf7819c08b867c2e279d62e68cb
1 parent 9899b78 commit fa82dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_strict/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"The array_api_strict submodule is still experimental. See NEP 47.", stacklevel=2
122122
)
123123

124-
__array_api_version__ = "2021.12"
124+
__array_api_version__ = "2022.12"
125125

126126
__all__ = ["__array_api_version__"]
127127

0 commit comments

Comments
 (0)