summaryrefslogtreecommitdiff
path: root/happybase/_version.py
blob: 052d872338fb6ab7e1184553881fbf7bd3fc1582 (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.8'