Version.
string_to_tuple
Convert a version string to a tuple.
version (str) – The version as a point-seperated string (e.g. 0.0.1).
version_tuple – The version string as a tuple.
tuple