Skip to content

Commit b1fa418

Browse files
authored
DEV: bump version to v0.9.0.dev0 (#402)
1 parent aed27d9 commit b1fa418

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
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`
33
3. Push your changes
44
4. Cut a release via the GitHub GUI
55
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`
77
7. Push your changes
88
8. Merge the automated PR to conda-forge/array-api-extra-feedstock

pixi.lock

Lines changed: 1 addition & 1 deletion
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
@@ -17,7 +17,7 @@
1717
)
1818
from ._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__ = [

0 commit comments

Comments
 (0)