/usr/lib/python2.7/dist-packages/dockerpycreds/version.py is in python-dockerpycreds 0.2.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | version = "0.2.1"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
|