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