Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laughingman7743 committed Dec 31, 2020
1 parent 22bb3d1 commit f8884b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyathenajdbc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
if TYPE_CHECKING:
from pyathenajdbc.connection import Connection

__version__: str = "3.0.0"
__version__: str = "3.0.1"
__athena_driver_version__: str = "2.0.16.1000"

# 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 = "PyAthenaJDBC"
version = "3.0.0" # https://github.com/laughingman7743/PyAthenaJDBC/blob/master/pyathenajdbc/__init__.py#L10
version = "3.0.1" # https://github.com/laughingman7743/PyAthenaJDBC/blob/master/pyathenajdbc/__init__.py#L10
description = "Amazon Athena JDBC driver wrapper for the Python DB API 2.0 (PEP 249)"
license = "MIT"
classifiers = [
Expand Down

0 comments on commit f8884b5

Please sign in to comment.