/usr/lib/python3/dist-packages/scipy/version.py is in python3-scipy 0.19.1-2ubuntu1.
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.19.1'
version = '0.19.1'
full_version = '0.19.1'
git_revision = '03b1092cf0e0bdebcbe98a44d289208a1e597416'
release = True
if not release:
version = full_version
|