Skip to content

Commit ae1ed97

Browse files
committed
MAINT: bump version to 0.10.1.dev0
1 parent 03863e8 commit ae1ed97

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
3. Push your changes
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 clean cache --pypi; pixi update; pixi install`
6+
6. `pixi lock`
77
7. Push your changes
88
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.0'
3+
version: '0.10.1.dev0'
44
)
55

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

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.10.0"
7+
version = "0.10.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
@@ -27,7 +27,7 @@
2727
)
2828
from ._lib._lazy import lazy_apply
2929

30-
__version__ = "0.10.0"
30+
__version__ = "0.10.1.dev0"
3131

3232
# pylint: disable=duplicate-code
3333
__all__ = [

0 commit comments

Comments
 (0)