From 46eef4a07bafa83007a5cac54a2f51d06848896c Mon Sep 17 00:00:00 2001 From: Irv Lustig Date: Wed, 9 Oct 2024 10:56:11 -0400 Subject: [PATCH] Version 2.2.3.241009 --- pandas-stubs/_version.pyi | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandas-stubs/_version.pyi b/pandas-stubs/_version.pyi index f763ac4b..4c62312d 100644 --- a/pandas-stubs/_version.pyi +++ b/pandas-stubs/_version.pyi @@ -4,4 +4,4 @@ version_json: str = ... def get_versions(): ... -_stub_version: Literal["2.2.2.240909"] +_stub_version: Literal["2.2.3.241009"] diff --git a/pyproject.toml b/pyproject.toml index bf161665..b47535cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandas-stubs" -version = "2.2.2.240909" +version = "2.2.3.241009" description = "Type annotations for pandas" authors = ["The Pandas Development Team "] license = "BSD-3-Clause"