Skip to content

Commit de481f2

Browse files
authored
REL: prepare 0.7.0 release (#164)
* CI: bump pixi * REL: bump version to 0.7.0
2 parents 87fe423 + b155cad commit de481f2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
extra_args: --hook-stage manual --all-files
3333
- uses: prefix-dev/[email protected]
3434
with:
35-
pixi-version: v0.40.3
35+
pixi-version: v0.42.1
3636
cache: true
3737
environments: lint
3838
- name: Run Pylint, Mypy & Pyright
@@ -58,7 +58,7 @@ jobs:
5858

5959
- uses: prefix-dev/[email protected]
6060
with:
61-
pixi-version: v0.40.3
61+
pixi-version: v0.42.1
6262
cache: true
6363
environments: ${{ matrix.environment }}
6464

.github/workflows/docs-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: prefix-dev/[email protected]
1111
with:
12-
pixi-version: v0.40.3
12+
pixi-version: v0.42.1
1313
cache: true
1414
environments: docs
1515
- name: Build Docs

pixi.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/array_api_extra/__init__.py

+1-1
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.0.dev0"
19+
__version__ = "0.7.0"
2020

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

0 commit comments

Comments
 (0)