From c2a8cbd67905a206ff20f1762975d2d3f15d2372 Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Thu, 27 Nov 2025 18:15:32 +0200 Subject: [PATCH] Update version to 4.9.5 in __init__.py Removed the beta suffix from the version string, indicating a stable release. --- src/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__init__.py b/src/__init__.py index 333d093..39771bf 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.5b" +__version__ = "4.9.5" __author__ = "oop7"