From a4775048a22eabbfebff4d7fed0b13026f3211d8 Mon Sep 17 00:00:00 2001 From: laughingman7743 Date: Sun, 23 Apr 2023 00:42:50 +0900 Subject: [PATCH] Bump version to v2.24.1 --- pyathena/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyathena/__init__.py b/pyathena/__init__.py index 2ca43af4..d9a69cec 100644 --- a/pyathena/__init__.py +++ b/pyathena/__init__.py @@ -7,7 +7,7 @@ if TYPE_CHECKING: from pyathena.connection import Connection -__version__: str = "2.24.0" +__version__: str = "2.24.1" user_agent_extra: str = f"PyAthena/{__version__}" # Globals https://www.python.org/dev/peps/pep-0249/#globals diff --git a/pyproject.toml b/pyproject.toml index ce571977..0eeee92f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyAthena" -version = "2.24.0" # https://github.com/laughingman7743/PyAthena/blob/master/pyathena/__init__.py#L10 +version = "2.24.1" # https://github.com/laughingman7743/PyAthena/blob/master/pyathena/__init__.py#L10 description = "Python DB API 2.0 (PEP 249) client for Amazon Athena" license = "MIT" classifiers = [