Skip to content

Commit 411a55b

Browse files
authored
Merge pull request numpy#24928 from charris/update-version
REL: Update release versions
2 parents 6207a52 + aa91e5d commit 411a55b

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)