/usr/lib/python2.7/dist-packages/scipy/version.py is in python-scipy 0.17.0-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 | # THIS FILE IS GENERATED FROM SCIPY SETUP.PY
short_version = '0.17.0'
version = '0.17.0'
full_version = '0.17.0'
git_revision = '4b17e2bcbed2ef65cd14923a1ed5d1ccb6d8f8aa'
release = True
if not release:
version = full_version
|