Skip to content

Commit aa91e5d

Browse files
committed
REL: Update release versions
The pyproject.toml and pyproject.toml.setuppy need version set to 1.26.1. [skip ci] [skip actions] [skip azp]
1 parent 6207a52 commit aa91e5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requires = [
1717

1818
[project]
1919
name = "numpy"
20-
version = "1.26.0"
20+
version = "1.26.1"
2121
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
2222
license = {file = "LICENSE.txt"}
2323

pyproject.toml.setuppy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# to avoid building with Meson (e.g., in the Emscripten/Pyodide CI job)
44
[project]
55
name = "numpy"
6-
version = "1.26.0"
6+
version = "1.26.1"
77

88
[build-system]
99
requires = [

0 commit comments

Comments
 (0)