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

Commit f5be541

Browse files
Bump version to 2.1.1
1 parent b1ebf01 commit f5be541

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
@@ -5,7 +5,7 @@
55

66
from pyathenajdbc.error import * # noqa
77

8-
__version__ = "2.1.0"
8+
__version__ = "2.1.1"
99
__athena_driver_version__ = "2.0.14"
1010

1111
# 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 = "2.1.0"
3+
version = "2.1.1" # https://github.com/laughingman7743/PyAthenaJDBC/blob/master/pyathenajdbc/__init__.py#L8
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)