Skip to content

Commit 581c1eb

Browse files
committed
test with version 1.5.1
1 parent 69710a1 commit 581c1eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pandas-stubs/_version.pyi

+1-1
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["1.5.0.221012"]
7+
_stub_version: Literal["1.5.1.221024"]

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pandas-stubs"
3-
version = "1.5.0.221012"
3+
version = "1.5.1.221024"
44
description = "Type annotations for pandas"
55
authors = ["The Pandas Development Team <[email protected]>"]
66
license = "BSD-3-Clause"
@@ -41,7 +41,7 @@ pytest = ">=7.1.2"
4141
pyright = ">=1.1.266"
4242
poethepoet = "0.16.0"
4343
loguru = ">=0.6.0"
44-
pandas = "1.5.0"
44+
pandas = "1.5.1"
4545
typing-extensions = ">=4.2.0"
4646
matplotlib = "~=3.5.0"
4747
pre-commit = ">=2.19.0"

0 commit comments

Comments
 (0)