/usr/share/pyshared/pygraphviz/version.py is in python-pygraphviz 1.1-1.
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 9 10 | """
Version information for PyGraphviz, created during installation.
Do not add this file to the repository.
"""
__version__ = '1.1'
__revision__ = None
__date__ = 'Sat May 14 12:12:14 2011'
|