From d2bc08e93777c02cb4a198fec09c4bd8dcdaa853 Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Sat, 7 Feb 2026 19:15:07 +0200 Subject: [PATCH] Bump package version to 5.0.0b4 Update __version__ in ytsage/__init__.py from 5.0.0b3 to 5.0.0b4 to mark the next beta release. --- ytsage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ytsage/__init__.py b/ytsage/__init__.py index ec46976..ebe747e 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.0b3" +__version__ = "5.0.0b4" __author__ = "oop7"