Skip to content

Commit a9f3327

Browse files
committed
Version 2.0.2.230605
1 parent 52f2f0c commit a9f3327

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pandas-stubs/_version.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version_json: str = ...
44

55
def get_versions(): ...
66

7-
_stub_version: Literal["2.0.1.230501"]
7+
_stub_version: Literal["2.0.2.230605"]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pandas-stubs"
3-
version = "2.0.1.230501"
3+
version = "2.0.2.230605"
44
description = "Type annotations for pandas"
55
authors = ["The Pandas Development Team <pandas-dev@python.org>"]
66
license = "BSD-3-Clause"
@@ -37,7 +37,7 @@ numpy = ">=1.24.3"
3737

3838
[tool.poetry.dev-dependencies]
3939
mypy = "1.3.0"
40-
pandas = "2.0.1"
40+
pandas = "2.0.2"
4141
pyarrow = ">=10.0.1"
4242
pytest = ">=7.1.2"
4343
pyright = ">= 1.1.310"

0 commit comments

Comments
 (0)