/usr/lib/python3/dist-packages/numpy/version.py is in python3-numpy 1:1.11.0-1ubuntu1.
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 11 | # THIS FILE IS GENERATED FROM NUMPY SETUP.PY
#
# To compare versions robustly, use `numpy.lib.NumpyVersion`
short_version = '1.11.0'
version = '1.11.0'
full_version = '1.11.0'
git_revision = '4092a9e160cc247a4a45724579a0c829733688ca'
release = True
if not release:
version = full_version
|