Skip to content

Commit

Permalink
REL: Update release versions
Browse files Browse the repository at this point in the history
The pyproject.toml and pyproject.toml.setuppy need version set to
1.26.1.

[skip ci] [skip actions] [skip azp]
  • Loading branch information
charris committed Oct 14, 2023
1 parent 6207a52 commit aa91e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -17,7 +17,7 @@ requires = [

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml.setuppy
Expand Up @@ -3,7 +3,7 @@
# to avoid building with Meson (e.g., in the Emscripten/Pyodide CI job)
[project]
name = "numpy"
version = "1.26.0"
version = "1.26.1"

[build-system]
requires = [
Expand Down

0 comments on commit aa91e5d

Please sign in to comment.