Skip to content

Commit

Permalink
Bump version to v2.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
laughingman7743 committed Apr 23, 2023
1 parent 697e4a9 commit 7768343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyathena/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
if TYPE_CHECKING:
from pyathena.connection import Connection

__version__: str = "2.18.5"
__version__: str = "2.18.6"
user_agent_extra: str = f"PyAthena/{__version__}"

# Globals https://www.python.org/dev/peps/pep-0249/#globals
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PyAthena"
version = "2.18.5" # https://github.com/laughingman7743/PyAthena/blob/master/pyathena/__init__.py#L10
version = "2.18.6" # https://github.com/laughingman7743/PyAthena/blob/master/pyathena/__init__.py#L10
description = "Python DB API 2.0 (PEP 249) client for Amazon Athena"
license = "MIT"
classifiers = [
Expand Down

0 comments on commit 7768343

Please sign in to comment.