🔖 Bump version to 4.0.7

- Add automatic update checking feature
- Fix component validation for pipx installations
- Update all version references across 35+ files
This commit is contained in:
NomenAK
2025-08-23 12:52:10 +02:00
parent 291b8a0c2b
commit 45bc5b8a98
27 changed files with 69 additions and 48 deletions

View File

@@ -295,7 +295,7 @@ class UpdateChecker:
return False
def check_for_updates(current_version: str = "4.0.6", **kwargs) -> bool:
def check_for_updates(current_version: str = "4.0.7", **kwargs) -> bool:
"""
Convenience function to check for updates