File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
1 . Update the version in ` src/array_api_extra/__init__.py `
2
- 2 . Update the lockfile with ` pixi update && pixi install `
2
+ 2 . Update the lockfile with ` pixi update; pixi install `
3
3
3 . Push your changes
4
4
4 . Cut a release via the GitHub GUI
5
5
5 . Update the version to ` {next micro version}.dev0 `
6
- 6 . ` pixi clean cache --pypi && pixi update && pixi install `
6
+ 6 . ` pixi clean cache --pypi; pixi update; pixi install `
7
7
7 . Push your changes
8
8
8 . Merge the automated PR to conda-forge/array-api-extra-feedstock
Original file line number Diff line number Diff line change 17
17
)
18
18
from ._lib ._lazy import lazy_apply
19
19
20
- __version__ = "0.8.1 "
20
+ __version__ = "0.9.0.dev0 "
21
21
22
22
# pylint: disable=duplicate-code
23
23
__all__ = [
You can’t perform that action at this time.
0 commit comments