Skip to content

Commit fc6fb74

Browse files
committed
👽️ update __array_api_version__
1 parent a82ae2d commit fc6fb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/numpy-stubs/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ __NUMPY_SETUP__: Final = False
10511051
__numpy_submodules__: Final[set[_SubModule]] = ...
10521052
__former_attrs__: Final[_FormerAttrsDict] = ...
10531053
__future_scalars__: Final[set[_FutureScalar]] = ...
1054-
__array_api_version__: Final = "2023.12"
1054+
__array_api_version__: Final = "2024.12"
10551055
test: Final[PytestTester] = ...
10561056

10571057
###

0 commit comments

Comments
 (0)