Bump version to 5.0.0b2

Update the __version__ string in ytsage/__init__.py to 5.0.0b2 to reflect the latest changes.
This commit is contained in:
oop7
2026-01-25 14:29:01 +02:00
parent c8ff4849fe
commit 2e42d26f44
+1 -1
View File
@@ -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"