Skip to content

Commit 5366974

Browse files
author
Todd DeLuca
committed
Use happybase.version in __init__ to stay DRY.
1 parent 63573cd commit 5366974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

happybase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
HappyBase, a pythonic interface for HBase using Thrift
33
"""
44

5-
__version__ = '0.1'
5+
from .version import __version__
66

77
from .api import *

0 commit comments

Comments
 (0)