From a65f0702acd8a67bee6d5a5efb659640c152b6ba Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:32:39 +0200 Subject: [PATCH] Bump version to 5.0.0b3 Update package version in ytsage/__init__.py from 5.0.0b2 to 5.0.0b3 to reflect a new beta release. --- ytsage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ytsage/__init__.py b/ytsage/__init__.py index eba6ea6..ec46976 100644 --- a/ytsage/__init__.py +++ b/ytsage/__init__.py @@ -4,5 +4,5 @@ YTSage - YouTube Video Downloader A modern, user-friendly YouTube video downloader built with PySide6. """ -__version__ = "5.0.0b2" +__version__ = "5.0.0b3" __author__ = "oop7"