Files
SageTube/ytsage/__init__.py
T
oop7 518bd20e54 Bump version to 5.0.0
Promote package from beta to stable by updating version strings from 5.0.0b5 to 5.0.0 in pyproject.toml and ytsage/__init__.py. Prepares the project for the 5.0.0 release.
2026-03-07 20:58:31 +02:00

9 lines
155 B
Python

"""
YTSage - YouTube Video Downloader
A modern, user-friendly YouTube video downloader built with PySide6.
"""
__version__ = "5.0.0"
__author__ = "oop7"