iblrig.version_management.check_for_updates
- iblrig.version_management.check_for_updates()[source]
Check for updates to the iblrig software.
This function compares the locally installed version of iblrig with the latest available version to determine if an update is available.
- Returns:
tuple[bool, Union[str, None]] –
A boolean indicating whether an update is available.
A string representing the latest available version, or None if no remote version information is available.
- Return type:
A tuple containing two elements.