We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34acea6 commit b95250bCopy full SHA for b95250b
2 files changed
pyhive/__init__.py
@@ -1,3 +1,3 @@
1
from __future__ import absolute_import
2
from __future__ import unicode_literals
3
-__version__ = '0.6.11'
+__version__ = '0.6.12'
setup.py
@@ -27,9 +27,9 @@ def run_tests(self):
27
version=pyhive.__version__,
28
description="Python interface to Hive",
29
long_description=long_description,
30
- url='https://github.com/hsheth2/PyHive',
31
- author="Jing Wang",
32
- author_email="jing@dropbox.com",
+ url='https://github.com/acryldata/PyHive',
+ author="Acryl Data",
+ author_email="datahub@acryl.io",
33
license="Apache License, Version 2.0",
34
packages=['pyhive', 'TCLIService'],
35
classifiers=[
0 commit comments