/usr/lib/python3/dist-packages/pygraphviz/version.py is in python3-pygraphviz 1.3.1-0ubuntu2.
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.3.1'
__revision__ = None
__date__ = 'Sun Sep 6 07:49:58 2015'
|