From 67dc1c83f267c6323c9f441066ea5ef29b56a220 Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Thu, 19 Mar 2026 14:34:37 +0200 Subject: [PATCH] Bump package version to 5.0.2b Update ytsage.__version__ from 5.0.1b to 5.0.2b 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 e4a63b8..f2c4957 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.1b" +__version__ = "5.0.2b" __author__ = "oop7"