Skip to content

Commit e61228d

Browse files
committed
MAINT: bump version to 0.11.3.dev0
1 parent 0ee92bd commit e61228d

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.2'
3+
version: '0.11.3.dev0'
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.2"
3+
version = "0.11.3.dev0"
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.2"
18+
__version__ = "0.11.3.dev0"
1919

2020
__all__ = [
2121
"__version__",

0 commit comments

Comments
 (0)