pan3793 commented on code in PR #7190: URL: https://github.com/apache/kyuubi/pull/7190#discussion_r2366985425
########## python/pyhive/__init__.py: ########## @@ -1,3 +1,3 @@ from __future__ import absolute_import from __future__ import unicode_literals -__version__ = '0.7.0' +__version__ = '0.7.1' Review Comment: ```suggestion __version__ = '0.7.0' ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
