From 7a6aaa670493af36eb86d8a274b3e386d1b91531 Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Fri, 28 Nov 2025 17:44:23 +0200 Subject: [PATCH] Bump version to 4.9.6b Updated the __version__ string in src/__init__.py to 4.9.6b for the next development release. --- src/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__init__.py b/src/__init__.py index 39771bf..ccdb1b0 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.5" +__version__ = "4.9.6b" __author__ = "oop7"