Skip to content

Commit 495e91f

Browse files
committed
Version 1.5.3.230203
1 parent 9faaf6c commit 495e91f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
hooks:
88
- id: black
99
- repo: https://github.com/PyCQA/isort
10-
rev: 5.11.4
10+
rev: 5.12.0
1111
hooks:
1212
- id: isort
1313
- repo: https://github.com/asottile/pyupgrade

pandas-stubs/_version.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version_json: str = ...
44

55
def get_versions(): ...
66

7-
_stub_version: Literal["1.5.2.230105"]
7+
_stub_version: Literal["1.5.3.230203"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pandas-stubs"
3-
version = "1.5.2.230105"
3+
version = "1.5.3.230203"
44
description = "Type annotations for pandas"
55
authors = ["The Pandas Development Team <[email protected]>"]
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)