diff --git a/pyathena/__init__.py b/pyathena/__init__.py index 5079bd8c..67de174e 100644 --- a/pyathena/__init__.py +++ b/pyathena/__init__.py @@ -10,7 +10,7 @@ from pyathena.connection import Connection, ConnectionCursor from pyathena.cursor import Cursor -__version__ = "3.12.0" +__version__ = "3.12.1" user_agent_extra: str = f"PyAthena/{__version__}" # Globals https://www.python.org/dev/peps/pep-0249/#globals