We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446b370 commit 5b38eb5Copy full SHA for 5b38eb5
pandas-stubs/_version.pyi
@@ -2,4 +2,4 @@ from typing import Literal
2
3
version_json: str = ...
4
5
-_stub_version: Literal["2.3.0.250702"]
+_stub_version: Literal["2.3.0.250703"]
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "pandas-stubs"
-version = "2.3.0.250702"
+version = "2.3.0.250703"
description = "Type annotations for pandas"
authors = ["The Pandas Development Team <[email protected]>"]
6
license = "BSD-3-Clause"
0 commit comments