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 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laughingman7743 committed Nov 22, 2020
1 parent b1ebf01 commit f5be541
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 @@ -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
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 = "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 = [
Expand Down

0 comments on commit f5be541

Please sign in to comment.