Skip to content

Commit

Permalink
test with version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Irv committed Oct 24, 2022
1 parent 69710a1 commit 581c1eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pandas-stubs/_version.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version_json: str = ...

def get_versions(): ...

_stub_version: Literal["1.5.0.221012"]
_stub_version: Literal["1.5.1.221024"]
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pandas-stubs"
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"
Expand Down Expand Up @@ -41,7 +41,7 @@ pytest = ">=7.1.2"
pyright = ">=1.1.266"
poethepoet = "0.16.0"
loguru = ">=0.6.0"
pandas = "1.5.0"
pandas = "1.5.1"
typing-extensions = ">=4.2.0"
matplotlib = "~=3.5.0"
pre-commit = ">=2.19.0"
Expand Down

0 comments on commit 581c1eb

Please sign in to comment.