summaryrefslogtreecommitdiff
path: root/happybase/_version.py
blob: 3eb298318d5e9c5a8cc9d9d93bc77bb96b32a1f5 (plain)
1
2
3
4
5
6
7
8
"""
HappyBase version module.

This module defines the package version for use in __init__.py and
setup.py.
"""

__version__ = '0.8dev'