Environment
- macOS (Apple Silicon)
- Reachy Mini Control app
- Installed version: reachy-mini 1.6.0 (confirmed via python -c "import reachy_mini; print(reachy_mini.version)")
**Problem**
The Daemon Update section in Settings keeps showing "Update available: 1.5.1 → 1.6.0" even after successfully installing 1.6.0 into the app's internal Python environment.
**Steps to reproduce**
1. Install reachy-mini==1.6.0 into the app's bundled Python
2. Confirm version with the bundled python3.12 -c "import reachy_mini; print(reachy_mini.__version__)" → returns 1.6.0
3. Restart the app
4. Update notification still appears
**Expected behavior**
Update notification should disappear after successful installation.
Environment
- macOS (Apple Silicon)
- Reachy Mini Control app
- Installed version: reachy-mini 1.6.0 (confirmed via python -c "import reachy_mini; print(reachy_mini.version)")