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 = [