/usr/share/pyshared/happybase/_version.py is in python-happybase 0.8-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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'
|