Skip to content

Commit

Permalink
Bump version to v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laughingman7743 committed May 5, 2024
1 parent d3e5c4b commit e1546d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyathena/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from pyathena.connection import Connection, ConnectionCursor
from pyathena.cursor import Cursor

__version__ = "3.8.0"
__version__ = "3.8.1"
user_agent_extra: str = f"PyAthena/{__version__}"

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

0 comments on commit e1546d8

Please sign in to comment.