Skip to content

Commit

Permalink
Merge pull request #24928 from charris/update-version
Browse files Browse the repository at this point in the history
REL: Update release versions
  • Loading branch information
charris committed Oct 14, 2023
2 parents 6207a52 + aa91e5d commit 411a55b
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 411a55b

Please sign in to comment.