diff --git a/pyathena/__init__.py b/pyathena/__init__.py index d17c41a8..95e36a60 100644 --- a/pyathena/__init__.py +++ b/pyathena/__init__.py @@ -7,7 +7,7 @@ if TYPE_CHECKING: from pyathena.connection import Connection -__version__: str = "2.21.2" +__version__: str = "2.21.3" 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 0046ee9a..fa51e4aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyAthena" -version = "2.21.2" # https://github.com/laughingman7743/PyAthena/blob/master/pyathena/__init__.py#L10 +version = "2.21.3" # 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 = [