Skip to content

Commit 1c9100b

Browse files
authored
REL: prepare v0.11.4 (#975)
1 parent 17038e2 commit 1c9100b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "array-api-extra"
3-
version = "0.11.3"
3+
version = "0.11.4"
44
description = "Extra array functions built on top of the array API standard."
55
readme = "README.md"
66
requires-python = ">=3.11"

src/array_api_extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from ._sorting import argpartition, partition
1616
from ._statistical import cov, nanmax, nanmean, nanmin, nansum
1717

18-
__version__ = "0.11.3"
18+
__version__ = "0.11.4"
1919

2020
__all__ = [
2121
"__version__",

0 commit comments

Comments
 (0)