Skip to content

Commit b82dacb

Browse files
authored
Merge pull request #528 from numpy/numpy-2.2.5
2 parents 862a950 + fd74418 commit b82dacb

4 files changed

Lines changed: 384 additions & 384 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "numtype"
8-
version = "2.2.4.0.dev0"
8+
version = "2.2.5.0.dev0"
99
description = "Experimental Typing Stubs for NumPy"
1010
readme = "README.md"
1111
authors = [
@@ -39,7 +39,7 @@ requires-python = ">=3.10"
3939
dependencies = []
4040

4141
[project.optional-dependencies]
42-
numpy = ["numpy>=2.2.4,<2.3"]
42+
numpy = ["numpy>=2.2.5,<2.3"]
4343

4444
[project.urls]
4545
Homepage = "https://numpy.org/"

0 commit comments

Comments
 (0)