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.
This commit is contained in:
oop7
2026-03-07 20:58:31 +02:00
parent 0078959be9
commit 518bd20e54
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "ytsage" name = "ytsage"
version = "5.0.0b5" version = "5.0.0"
description = "Modern YouTube downloader with a clean PySide6 interface." description = "Modern YouTube downloader with a clean PySide6 interface."
authors = [ authors = [
{ name = "oop7", email = "oop7_support@proton.me" }, { name = "oop7", email = "oop7_support@proton.me" },
+1 -1
View File
@@ -4,5 +4,5 @@ YTSage - YouTube Video Downloader
A modern, user-friendly YouTube video downloader built with PySide6. A modern, user-friendly YouTube video downloader built with PySide6.
""" """
__version__ = "5.0.0b5" __version__ = "5.0.0"
__author__ = "oop7" __author__ = "oop7"