Bump project version to 5.0.0b5

Update pyproject.toml to change the project version from 4.9.7 to 5.0.0b5, marking a beta/pre-release for the upcoming 5.0 release cycle.
This commit is contained in:
oop7
2026-02-10 14:45:35 +02:00
parent 7490f1939b
commit 026bd45c32
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "ytsage" name = "ytsage"
version = "4.9.7" version = "5.0.0b5"
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" },