diff --git a/RELEASING.md b/RELEASING.md index 564fc682..9b5d4ff5 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,8 +1,8 @@ 1. Update the version in `src/array_api_extra/__init__.py` -2. Update the lockfile with `pixi update && pixi install` +2. Update the lockfile with `pixi update; pixi install` 3. Push your changes 4. Cut a release via the GitHub GUI 5. Update the version to `{next micro version}.dev0` -6. `pixi clean cache --pypi && pixi update && pixi install` +6. `pixi clean cache --pypi; pixi update; pixi install` 7. Push your changes 8. Merge the automated PR to conda-forge/array-api-extra-feedstock diff --git a/pixi.lock b/pixi.lock index 8af1aee4..31b3e728 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4257,7 +4257,7 @@ packages: timestamp: 1747403732947 - pypi: ./ name: array-api-extra - version: 0.8.1 + version: 0.9.0.dev0 sha256: b631ec9d573799efac8de0bc7a3ac6e7904368cc9b2c4dee83ddc4d2c4a21e71 requires_dist: - array-api-compat>=1.12.0,<2 diff --git a/src/array_api_extra/__init__.py b/src/array_api_extra/__init__.py index 0e63c849..caa0526f 100644 --- a/src/array_api_extra/__init__.py +++ b/src/array_api_extra/__init__.py @@ -17,7 +17,7 @@ ) from ._lib._lazy import lazy_apply -__version__ = "0.8.1" +__version__ = "0.9.0.dev0" # pylint: disable=duplicate-code __all__ = [