Skip to content

Commit a4611a5

Browse files
Bump version to v3.0.8
1 parent 1b27a4a commit a4611a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyathena/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
if TYPE_CHECKING:
1010
from pyathena.connection import Connection
1111

12-
__version__: str = "3.0.7"
12+
__version__: str = "3.0.8"
1313
user_agent_extra: str = f"PyAthena/{__version__}"
1414

1515
# Globals https://www.python.org/dev/peps/pep-0249/#globals

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "PyAthena"
3-
version = "3.0.7" # https://github.com/laughingman7743/PyAthena/blob/master/pyathena/__init__.py#L10
3+
version = "3.0.8" # https://github.com/laughingman7743/PyAthena/blob/master/pyathena/__init__.py#L10
44
description = "Python DB API 2.0 (PEP 249) client for Amazon Athena"
55
license = "MIT"
66
classifiers = [

0 commit comments

Comments
 (0)