Skip to content

Commit

Permalink
Merge branch 'hive-develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin committed Aug 11, 2016
2 parents 23eac38 + a08e9d2 commit 46cd620
Show file tree
Hide file tree
Showing 6 changed files with 317 additions and 137 deletions.
9 changes: 6 additions & 3 deletions hive/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
__author__ = 'Hua Jiang'
__versioninfo__ = (1, 0, 0)
__versioninfo__ = (1, 0, 4)
__version__ = '.'.join(map(str, __versioninfo__))
__title__ = 'hive-executor-py'

__all__ = [
]
from .executor import HiveExecutor, CommandResult
from .exceptions import HiveCommandExecuteError
from .exceptions import HiveUnfoundError
from .exceptions import SystemCommandExecuteError
Loading

0 comments on commit 46cd620

Please sign in to comment.