Skip to content

Commit

Permalink
release 0.6.12 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka authored Mar 19, 2022
1 parent 34acea6 commit b95250b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyhive/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import absolute_import
from __future__ import unicode_literals
__version__ = '0.6.11'
__version__ = '0.6.12'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ def run_tests(self):
version=pyhive.__version__,
description="Python interface to Hive",
long_description=long_description,
url='https://github.com/hsheth2/PyHive',
author="Jing Wang",
author_email="[email protected]",
url='https://github.com/acryldata/PyHive',
author="Acryl Data",
author_email="[email protected]",
license="Apache License, Version 2.0",
packages=['pyhive', 'TCLIService'],
classifiers=[
Expand Down

0 comments on commit b95250b

Please sign in to comment.