summaryrefslogtreecommitdiff
path: root/happybase/_version.py
blob: 89120f0f01c6b478f8c79ad6f832e0740bf4fcbb (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.5'