diff --git a/RELEASING.md b/RELEASING.md index cc8fb382..c2de866c 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -3,6 +3,5 @@ 3. Push your changes to a PR, fix any CI failures, and merge to `main`. 4. Cut a release via the GitHub GUI. 5. Update the version to `{next micro version}.dev0` in `pyproject.toml`, `meson.build`, and `src/array_api_extra/__init__.py`. -6. `pixi lock`. -7. Push your changes to a PR and merge to `main`. -8. Merge the automated PR to `conda-forge/array-api-extra-feedstock`. +6. Push your changes to a PR and merge to `main`. +7. Merge the automated PR to `conda-forge/array-api-extra-feedstock`. diff --git a/meson.build b/meson.build index 82002bb0..d79a7a5f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'array-api-extra', - version: '0.11.0' + version: '0.11.1.dev0' ) py = import('python').find_installation() diff --git a/pyproject.toml b/pyproject.toml index e1dc1c4a..750a88f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "mesonpy" [project] name = "array-api-extra" -version = "0.11.0" +version = "0.11.1.dev0" authors = [ { name = "Lucas Colley", email = "lucas.colley8@gmail.com" }, # { name = "Open Source Contributors" }, # https://github.com/pypi/warehouse/issues/14813 diff --git a/src/array_api_extra/__init__.py b/src/array_api_extra/__init__.py index e5c01b43..23b88043 100644 --- a/src/array_api_extra/__init__.py +++ b/src/array_api_extra/__init__.py @@ -29,7 +29,7 @@ ) from ._lib._lazy import lazy_apply -__version__ = "0.11.0" +__version__ = "0.11.1.dev0" # pylint: disable=duplicate-code __all__ = [