From f5be541d941ffe915877b8cbab523e8142697fae Mon Sep 17 00:00:00 2001 From: laughingman7743 Date: Sun, 22 Nov 2020 16:34:05 +0900 Subject: [PATCH] Bump version to 2.1.1 --- pyathenajdbc/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyathenajdbc/__init__.py b/pyathenajdbc/__init__.py index 8cd3fd9..2fd71e1 100644 --- a/pyathenajdbc/__init__.py +++ b/pyathenajdbc/__init__.py @@ -5,7 +5,7 @@ from pyathenajdbc.error import * # noqa -__version__ = "2.1.0" +__version__ = "2.1.1" __athena_driver_version__ = "2.0.14" # Globals https://www.python.org/dev/peps/pep-0249/#globals diff --git a/pyproject.toml b/pyproject.toml index 67d017e..5ec1b13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyAthenaJDBC" -version = "2.1.0" +version = "2.1.1" # https://github.com/laughingman7743/PyAthenaJDBC/blob/master/pyathenajdbc/__init__.py#L8 description = "Amazon Athena JDBC driver wrapper for the Python DB API 2.0 (PEP 249)" license = "MIT" classifiers = [