diff --git a/pyathena/__init__.py b/pyathena/__init__.py index f7b2f074..10185efc 100644 --- a/pyathena/__init__.py +++ b/pyathena/__init__.py @@ -9,7 +9,7 @@ if TYPE_CHECKING: from pyathena.connection import Connection -__version__: str = "3.0.10" +__version__: str = "3.1.0" 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 6471a8b4..b54743cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyAthena" -version = "3.0.10" # https://github.com/laughingman7743/PyAthena/blob/master/pyathena/__init__.py#L10 +version = "3.1.0" # 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 = [