From cfe0f0a71ff41597eb89e4b4a59ce07e7921c1b7 Mon Sep 17 00:00:00 2001 From: shouzy <82171453+realshouzy@users.noreply.github.com> Date: Sun, 30 Jun 2024 22:27:43 +0200 Subject: [PATCH] Bump version to 1.5.5 --- YTDownloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YTDownloader.py b/YTDownloader.py index 0989de3..31c2c6f 100644 --- a/YTDownloader.py +++ b/YTDownloader.py @@ -2,7 +2,7 @@ from __future__ import annotations -__version__: Final[str] = "1.5.4" +__version__: Final[str] = "1.5.5" __title__: Final[str] = "YTDownloader" __author__: Final[str] = "realshouzy" __license__: Final[str] = "MIT"