We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9495196 commit f4b21a0Copy full SHA for f4b21a0
pyathena/__init__.py
@@ -9,7 +9,7 @@
9
if TYPE_CHECKING:
10
from pyathena.connection import Connection
11
12
-__version__: str = "3.0.5"
+__version__: str = "3.0.6"
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.5" # https://github.com/laughingman7743/PyAthena/blob/master/pyathena/__init__.py#L10
+version = "3.0.6" # 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