/usr/lib/python2.7/dist-packages/pysrt/version.py is in python-pysrt 1.0.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 = (1, 0, 1)
VERSION_STRING = '.'.join(str(i) for i in VERSION)
|