We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b27a4a commit a4611a5Copy full SHA for a4611a5
pyathena/__init__.py
@@ -9,7 +9,7 @@
9
if TYPE_CHECKING:
10
from pyathena.connection import Connection
11
12
-__version__: str = "3.0.7"
+__version__: str = "3.0.8"
13
user_agent_extra: str = f"PyAthena/{__version__}"
14
15
# Globals https://www.python.org/dev/peps/pep-0249/#globals
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "PyAthena"
3
-version = "3.0.7" # https://github.com/laughingman7743/PyAthena/blob/master/pyathena/__init__.py#L10
+version = "3.0.8" # https://github.com/laughingman7743/PyAthena/blob/master/pyathena/__init__.py#L10
4
description = "Python DB API 2.0 (PEP 249) client for Amazon Athena"
5
license = "MIT"
6
classifiers = [
0 commit comments