diff --git a/pyathena/__init__.py b/pyathena/__init__.py index 8c0ddcb2..e27bc96d 100644 --- a/pyathena/__init__.py +++ b/pyathena/__init__.py @@ -6,7 +6,7 @@ from pyathena.error import * # noqa -__version__ = '1.10.0' +__version__ = '1.10.1' # Globals https://www.python.org/dev/peps/pep-0249/#globals apilevel = '2.0'