File: _version.py

package info (click to toggle)
python-happybase 0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 712 kB
  • ctags: 1,283
  • sloc: python: 991; makefile: 26
file content (8 lines) | stat: -rw-r--r-- 133 bytes parent folder | download
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'