From ae1ed9702889fefe4860d7298ca149b9b391027c Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Tue, 24 Feb 2026 01:10:28 +0000 Subject: [PATCH] MAINT: bump version to `0.10.1.dev0` --- RELEASING.md | 2 +- meson.build | 2 +- pixi.lock | 2 +- pyproject.toml | 2 +- src/array_api_extra/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index e14e27cf..281d0083 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -3,6 +3,6 @@ 3. Push your changes 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 clean cache --pypi; pixi update; pixi install` +6. `pixi lock` 7. Push your changes 8. Merge the automated PR to conda-forge/array-api-extra-feedstock diff --git a/meson.build b/meson.build index c9bf77eb..feb39d67 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'array-api-extra', - version: '0.10.0' + version: '0.10.1.dev0' ) py = import('python').find_installation() diff --git a/pixi.lock b/pixi.lock index fb0d6d6b..a1b4e648 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5542,7 +5542,7 @@ packages: timestamp: 1766921745306 - conda: . name: array-api-extra - version: 0.10.0 + version: 0.10.1.dev0 build: pyh4616a5c_0 subdir: noarch variants: diff --git a/pyproject.toml b/pyproject.toml index d2f68982..ba530419 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "mesonpy" [project] name = "array-api-extra" -version = "0.10.0" +version = "0.10.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 e24b0176..86d7f561 100644 --- a/src/array_api_extra/__init__.py +++ b/src/array_api_extra/__init__.py @@ -27,7 +27,7 @@ ) from ._lib._lazy import lazy_apply -__version__ = "0.10.0" +__version__ = "0.10.1.dev0" # pylint: disable=duplicate-code __all__ = [