Skip to content

Commit 1b0491b

Browse files
committed
Assign __array_api_version__ stub to `"YYYY.MM"
1 parent 8a305c5 commit 1b0491b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/array_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from . import linalg
1515

1616

17-
__array_api_version__: str = "2021.12"
17+
__array_api_version__: str = "YYYY.MM"
1818
"""
1919
String representing the version of the array API specification which the conforming implementation adheres to.
2020
"""

0 commit comments

Comments
 (0)