We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf29c2 commit 1984ed3Copy full SHA for 1984ed3
pyathena/__init__.py
@@ -9,7 +9,7 @@
9
if TYPE_CHECKING:
10
from pyathena.connection import Connection
11
12
-__version__: str = "3.0.10"
+__version__: str = "3.1.0"
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.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
4
description = "Python DB API 2.0 (PEP 249) client for Amazon Athena"
5
license = "MIT"
6
classifiers = [
0 commit comments