“cmd.get_version” returns a tuple of length three containing text, floating point, and integer representations of the current PyMOL version number.
cmd.get_version(int quiet)
def get_version(quiet=1):
get_version | api