/usr/lib/python3/dist-packages/numpy/version.py is in python3-numpy 1:1.8.2-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 NUMPY SETUP.PY
short_version = '1.8.2'
version = '1.8.2'
full_version = '1.8.2'
git_revision = '4563730a2d036307f1b67b2856d749aabdd8d546'
release = True
if not release:
version = full_version
|