Bump version to 4.9.7

Update the __version__ string in src/__init__.py from 4.9.7b to 4.9.7, indicating a release from beta to stable.
This commit is contained in:
oop7
2025-12-26 23:39:28 +02:00
parent 4aa0a7b70e
commit 192841a836
+1 -1
View File
@@ -4,5 +4,5 @@ YTSage - YouTube Video Downloader
A modern, user-friendly YouTube video downloader built with PySide6.
"""
__version__ = "4.9.7b"
__version__ = "4.9.7"
__author__ = "oop7"