forked from dropbox/PyHive
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34acea6
commit b95250b
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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=[ | ||
|