/usr/lib/python3/dist-packages/scipy/version.py is in python3-scipy 0.18.1-2.
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.18.1'
version = '0.18.1'
full_version = '0.18.1'
git_revision = 'f238270111976d00615686395df0986847c25132'
release = True
if not release:
version = full_version
|