Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Bump version to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Jun 30, 2024
1 parent 50dd573 commit cfe0f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YTDownloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cfe0f0a

Please sign in to comment.