/usr/lib/python2.7/dist-packages/bottleneck/version.py is in python-bottleneck 1.2.0-6build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | "Bottleneck version"
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
__version__ = "1.2.0"
|