Skip to content

Commit 398279b

Browse files
committed
Update __array_api_version__ to 2022.12 for numpy and cupy
1 parent 8c872f0 commit 398279b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

array_api_compat/cupy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
from ..common._helpers import *
1515

16-
__array_api_version__ = '2021.12'
16+
__array_api_version__ = '2022.12'

array_api_compat/numpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
from ..common._helpers import *
2121

22-
__array_api_version__ = '2021.12'
22+
__array_api_version__ = '2022.12'

0 commit comments

Comments
 (0)