/usr/lib/python2.7/dist-packages/couchdbkit/version.py is in python-couchdbkit 0.6.5-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 | # -*- coding: utf-8 -
#
# This file is part of couchdbkit released under the MIT license.
# See the NOTICE for more information.
version_info = (0, 6, 5)
__version__ = ".".join(map(str, version_info))
|