diff options
author | DemonKingSwarn <rockingswarn@gmail.com> | 2024-02-22 00:31:28 +0530 |
---|---|---|
committer | DemonKingSwarn <rockingswarn@gmail.com> | 2024-02-22 00:31:28 +0530 |
commit | 7e4c9465a197ed2024e85151b2b7d53d51704d1b (patch) | |
tree | 0c1de35e0a99461258f8984b8948a612c3d08dd6 /pyproject.toml | |
parent | 11cbc28bf951cd9b8788d778fdbe25d2a1f30fa7 (diff) | |
download | yt-music-7e4c9465a197ed2024e85151b2b7d53d51704d1b.zip yt-music-7e4c9465a197ed2024e85151b2b7d53d51704d1b.tar.gz |
chore: config file added
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 aab7a4e..3b92e54 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.6" +version = "0.0.7" description = "A command line YouTube Music client." authors = ["DemonKingSwarn <rockingswarn@gmail.com>"] license = "GPLv3" |