Skip to content

Commit b95250b

Browse files
authored
release 0.6.12 (acryldata#5)
1 parent 34acea6 commit b95250b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyhive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import absolute_import
22
from __future__ import unicode_literals
3-
__version__ = '0.6.11'
3+
__version__ = '0.6.12'

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ def run_tests(self):
2727
version=pyhive.__version__,
2828
description="Python interface to Hive",
2929
long_description=long_description,
30-
url='https://github.com/hsheth2/PyHive',
31-
author="Jing Wang",
32-
author_email="jing@dropbox.com",
30+
url='https://github.com/acryldata/PyHive',
31+
author="Acryl Data",
32+
author_email="datahub@acryl.io",
3333
license="Apache License, Version 2.0",
3434
packages=['pyhive', 'TCLIService'],
3535
classifiers=[

0 commit comments

Comments
 (0)