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 111 . 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 `
333 . Push your changes
444 . Cut a release via the GitHub GUI
555 . 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 `
777 . Push your changes
888 . Merge the automated PR to conda-forge/array-api-extra-feedstock
Original file line number Diff line number Diff line change 1717)
1818from ._lib ._lazy import lazy_apply
1919
20- __version__ = "0.8.1 "
20+ __version__ = "0.9.0.dev0 "
2121
2222# pylint: disable=duplicate-code
2323__all__ = [
You can’t perform that action at this time.
0 commit comments