summaryrefslogtreecommitdiff
path: root/happybase/_version.py
blob: dfc43099fb97e99f8ac644900da7d06fbb0ad17e (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__ = '1.2.0'