Hi Ferdinant,
Great! Thank you for your support - I really appreciate it!
with...
asset: maxon.AssetDescription = repo.FindLatestAsset(
maxon.AssetTypes.File(), aid, maxon.Id(), maxon.ASSET_FIND_MODE.LATEST)
version_string: str = maxon.AssetInterface.GetVersionString(asset)
version_string = version_string[:-19].strip() #deleting the timestamp
I could filter out the Version String. Thank you again for your help.
Cheers,
MPB