From 5a996efd1928f5d1009b2de5073c94e06e1672c4 Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Thu, 11 Dec 2025 11:06:05 +0200 Subject: [PATCH] Bump version to 4.9.7b Updated the __version__ string in src/__init__.py to reflect the new release version 4.9.7b. --- src/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__init__.py b/src/__init__.py index ccdb1b0..516c11a 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.6b" +__version__ = "4.9.7b" __author__ = "oop7"