Skip to content

Commit d37e011

Browse files
authored
MAINT: bump to v0.11.1.dev0 (#793)
1 parent a909d03 commit d37e011

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

RELEASING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
3. Push your changes to a PR, fix any CI failures, and merge to `main`.
44
4. Cut a release via the GitHub GUI.
55
5. Update the version to `{next micro version}.dev0` in `pyproject.toml`, `meson.build`, and `src/array_api_extra/__init__.py`.
6-
6. `pixi lock`.
7-
7. Push your changes to a PR and merge to `main`.
8-
8. Merge the automated PR to `conda-forge/array-api-extra-feedstock`.
6+
6. Push your changes to a PR and merge to `main`.
7+
7. Merge the automated PR to `conda-forge/array-api-extra-feedstock`.

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'array-api-extra',
3-
version: '0.11.0'
3+
version: '0.11.1.dev0'
44
)
55

66
py = import('python').find_installation()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "mesonpy"
44

55
[project]
66
name = "array-api-extra"
7-
version = "0.11.0"
7+
version = "0.11.1.dev0"
88
authors = [
99
{ name = "Lucas Colley", email = "lucas.colley8@gmail.com" },
1010
# { name = "Open Source Contributors" }, # https://github.com/pypi/warehouse/issues/14813

src/array_api_extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
)
3030
from ._lib._lazy import lazy_apply
3131

32-
__version__ = "0.11.0"
32+
__version__ = "0.11.1.dev0"
3333

3434
# pylint: disable=duplicate-code
3535
__all__ = [

0 commit comments

Comments
 (0)