Skip to content

Commit 02afc63

Browse files
authored
REL: prepare v0.10.1 (#637)
1 parent 7374304 commit 02afc63

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.1.dev0'
3+
version: '0.10.1'
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.1.dev0"
7+
version = "0.10.1"
88
authors = [
99
{ name = "Lucas Colley", email = "[email protected]" },
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.1.dev0"
30+
__version__ = "0.10.1"
3131

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

0 commit comments

Comments
 (0)