Skip to content

Commit 6f99fc8

Browse files
authored
REL: bump version to v0.10.3 (#776)
1 parent c2eec7f commit 6f99fc8

5 files changed

Lines changed: 107 additions & 107 deletions

File tree

RELEASING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
1. Update the version in `pyproject.toml`, `meson.build`, and `src/array_api_extra/__init__.py`
2-
2. Update the lockfile with `pixi update; pixi install`
3-
3. Push your changes
4-
4. Cut a release via the GitHub GUI
5-
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
8-
8. Merge the automated PR to conda-forge/array-api-extra-feedstock
1+
1. Update the version in `pyproject.toml`, `meson.build`, and `src/array_api_extra/__init__.py`.
2+
2. Update the lockfile with `pixi update`.
3+
3. Push your changes to a PR, fix any CI failures, and merge to `main`.
4+
4. Cut a release via the GitHub GUI.
5+
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`.

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.10.2'
3+
version: '0.10.3'
44
)
55

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

0 commit comments

Comments
 (0)