Skip to content

Commit

Permalink
Version 2.1.4.231218
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Irv committed Dec 18, 2023
1 parent afb0db5 commit 2cd803a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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["2.1.1.230928"]
_stub_version: Literal["2.1.4.231218"]
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pandas-stubs"
version = "2.1.1.230928"
version = "2.1.4.231218"
description = "Type annotations for pandas"
authors = ["The Pandas Development Team <[email protected]>"]
license = "BSD-3-Clause"
Expand Down Expand Up @@ -36,10 +36,10 @@ numpy = { version = ">=1.26.0", python = "<3.13" }

[tool.poetry.group.dev.dependencies]
mypy = "1.7.1"
pandas = "2.1.1"
pandas = "2.1.4"
pyarrow = ">=10.0.1"
pytest = ">=7.1.2"
pyright = ">=1.1.332"
pyright = ">=1.1.341"
poethepoet = ">=0.16.5"
loguru = ">=0.6.0"
typing-extensions = ">=4.4.0"
Expand Down

0 comments on commit 2cd803a

Please sign in to comment.