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 f5edfc7 commit 64f2be6Copy full SHA for 64f2be6
setup.py
@@ -21,7 +21,7 @@ def list_packages(source_path: str = src_path) -> None:
21
setup(
22
name="pandas-stubs",
23
package_dir={"": src_path},
24
- version="1.1.0.7",
+ version="1.1.0.8",
25
description="Type annotations for Pandas",
26
long_description=(open("README.md").read()
27
if os.path.exists("README.md") else ""),
0 commit comments