diff options
author | DemonKingSwarn <rockingswarn@gmail.com> | 2024-02-01 01:55:28 +0530 |
---|---|---|
committer | DemonKingSwarn <rockingswarn@gmail.com> | 2024-02-01 01:55:28 +0530 |
commit | aaab15c874e66a552c5753d953484bb67bc027e6 (patch) | |
tree | 42037d1bfdda94f88e2544648fc44e4ff2b849d2 /pyproject.toml | |
parent | 20b2211ba5ab7e78f3c89d94d6f781951c7e19d5 (diff) | |
download | yt-music-aaab15c874e66a552c5753d953484bb67bc027e6.zip yt-music-aaab15c874e66a552c5753d953484bb67bc027e6.tar.gz |
chore: fixed unregognized video id error
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5efa70d..0a9b23c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "yt-music" -version = "0.0.1b" +version = "0.0.2" description = "A command line YouTube Music client." authors = ["DemonKingSwarn <rockingswarn@gmail.com>"] license = "GPLv3" |