From 2e42d26f44d5f92ded1accce1e85a485e72d5ee9 Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Sun, 25 Jan 2026 14:29:01 +0200 Subject: [PATCH] Bump version to 5.0.0b2 Update the __version__ string in ytsage/__init__.py to 5.0.0b2 to reflect the latest changes. --- ytsage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ytsage/__init__.py b/ytsage/__init__.py index cc62bb6..eba6ea6 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.0b" +__version__ = "5.0.0b2" __author__ = "oop7"