From ebf02ce2b2784dd711aa68a0dd1fb99f953e07e3 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Wed, 17 May 2023 10:01:14 -0700 Subject: [PATCH] Update __init__.py https://github.com/dropbox/PyHive/commit/1c1da8b17bdf0e7e881e15bb731119558bd5440f https://github.com/dropbox/PyHive/commit/1f99552303626cce9eb6867fb7401fc810637fd6 --- pyhive/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyhive/__init__.py b/pyhive/__init__.py index 8ede6abb..0a6bb1f6 100644 --- a/pyhive/__init__.py +++ b/pyhive/__init__.py @@ -1,3 +1,3 @@ from __future__ import absolute_import from __future__ import unicode_literals -__version__ = '0.6.3' +__version__ = '0.7.0'