Skip to content

Commit 1e573f6

Browse files
Bump version to 3.17.0
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7a05d4f commit 1e573f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyathena/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from pyathena.connection import Connection, ConnectionCursor
1111
from pyathena.cursor import Cursor
1212

13-
__version__ = "3.16.0"
13+
__version__ = "3.17.0"
1414
user_agent_extra: str = f"PyAthena/{__version__}"
1515

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

0 commit comments

Comments
 (0)