We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16e7bf commit 1b4fd6fCopy full SHA for 1b4fd6f
pandas-stubs/_version.pyi
@@ -4,4 +4,4 @@ version_json: str = ...
4
5
def get_versions(): ...
6
7
-_stub_version: Literal["2.2.2.240805"]
+_stub_version: Literal["2.2.2.240807"]
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pandas-stubs"
3
-version = "2.2.2.240805"
+version = "2.2.2.240807"
description = "Type annotations for pandas"
authors = ["The Pandas Development Team <pandas-dev@python.org>"]
license = "BSD-3-Clause"
0 commit comments