We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69710a1 commit 581c1ebCopy full SHA for 581c1eb
pandas-stubs/_version.pyi
@@ -4,4 +4,4 @@ version_json: str = ...
4
5
def get_versions(): ...
6
7
-_stub_version: Literal["1.5.0.221012"]
+_stub_version: Literal["1.5.1.221024"]
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pandas-stubs"
3
-version = "1.5.0.221012"
+version = "1.5.1.221024"
description = "Type annotations for pandas"
authors = ["The Pandas Development Team <[email protected]>"]
license = "BSD-3-Clause"
@@ -41,7 +41,7 @@ pytest = ">=7.1.2"
41
pyright = ">=1.1.266"
42
poethepoet = "0.16.0"
43
loguru = ">=0.6.0"
44
-pandas = "1.5.0"
+pandas = "1.5.1"
45
typing-extensions = ">=4.2.0"
46
matplotlib = "~=3.5.0"
47
pre-commit = ">=2.19.0"
0 commit comments