Skip to content

Commit 5cd2dbc

Browse files
authored
DEV: bump version to 0.8.0.dev0 (#292)
1 parent b56aeba commit 5cd2dbc

File tree

4 files changed

+60
-59
lines changed

4 files changed

+60
-59
lines changed

pixi.lock

Lines changed: 57 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/array_api_extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
)
1717
from ._lib._lazy import lazy_apply
1818

19-
__version__ = "0.7.2"
19+
__version__ = "0.8.0.dev0"
2020

2121
# pylint: disable=duplicate-code
2222
__all__ = [

src/array_api_extra/_lib/_utils/_compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Allow packages that vendor both `array-api-extra` and
33
# `array-api-compat` to override the import location
44

5+
# pylint: disable=duplicate-code
56
try:
67
from ...._array_api_compat_vendor import (
78
array_namespace,

src/array_api_extra/_lib/_utils/_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# numpydoc ignore=GL08
2-
# pylint: disable=missing-module-docstring
2+
# pylint: disable=missing-module-docstring,duplicate-code
33

44
Array = object
55
DType = object

0 commit comments

Comments
 (0)