From 192841a836fc2a1765a8e1138409f7ef63677e26 Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:39:28 +0200 Subject: [PATCH] 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. --- src/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__init__.py b/src/__init__.py index 516c11a..44adeaf 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -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"