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

Commit f8884b5

Browse files
Bump version to 3.0.1
1 parent 22bb3d1 commit f8884b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyathenajdbc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
if TYPE_CHECKING:
88
from pyathenajdbc.connection import Connection
99

10-
__version__: str = "3.0.0"
10+
__version__: str = "3.0.1"
1111
__athena_driver_version__: str = "2.0.16.1000"
1212

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

0 commit comments

Comments
 (0)