We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63573cd commit 5366974Copy full SHA for 5366974
happybase/__init__.py
@@ -2,6 +2,6 @@
2
HappyBase, a pythonic interface for HBase using Thrift
3
"""
4
5
-__version__ = '0.1'
+from .version import __version__
6
7
from .api import *
0 commit comments