Skip to content

Commit e959fc9

Browse files
committed
Version 2.3.2.250827
1 parent 669a258 commit e959fc9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pandas-stubs/_version.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ from typing import Literal
22

33
version_json: str = ...
44

5-
_stub_version: Literal["2.3.0.250703"]
5+
_stub_version: Literal["2.3.2.250827"]

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pandas-stubs"
3-
version = "2.3.0.250703"
3+
version = "2.3.2.250827"
44
description = "Type annotations for pandas"
55
authors = ["The Pandas Development Team <[email protected]>"]
66
license = "BSD-3-Clause"
@@ -23,7 +23,8 @@ classifiers = [
2323
"Topic :: Scientific/Engineering",
2424
"Typing :: Stubs Only",
2525
]
26-
packages = [{ "include" = "pandas-stubs" }]
26+
packages = [{ include = "pandas-stubs" }]
27+
exclude = [ "pandas-stubs/__init__.py" ]
2728

2829
[tool.poetry.urls]
2930
"Bug Tracker" = "https://github.com/pandas-dev/pandas-stubs/issues"
@@ -36,7 +37,7 @@ numpy = ">= 1.23.5"
3637

3738
[tool.poetry.group.dev.dependencies]
3839
mypy = "1.17.1"
39-
pandas = "2.3.1"
40+
pandas = "2.3.2"
4041
pyarrow = ">=10.0.1"
4142
pytest = ">=7.1.2"
4243
pyright = ">=1.1.404"

0 commit comments

Comments
 (0)