From 5ed67cb32f4490677b20ddeae569c38faabe4269 Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Sat, 17 Jan 2026 21:58:50 +0200 Subject: [PATCH] Bump version to 5.0.0b Update the __version__ string to 5.0.0b to reflect the next major beta release. --- src/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__init__.py b/src/__init__.py index 9bbd51f..cc62bb6 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.8b" +__version__ = "5.0.0b" __author__ = "oop7"