Add happybase.__version__ attribute

This commit is contained in:
Wouter Bolsterlee
2012-05-20 22:27:20 +02:00
parent c7fc5c9f42
commit 25be8c0c58

View File

@@ -2,4 +2,6 @@
HappyBase, a pythonic interface for HBase using Thrift
"""
__version__ = '0.1'
from .api import *