aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2024-02-21 22:44:59 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2024-02-21 22:44:59 +0530
commit11cbc28bf951cd9b8788d778fdbe25d2a1f30fa7 (patch)
treea1fc38921b8914ac4d5cd7d9b1a4bddd6fe230ce /pyproject.toml
parentb28af7fd12630c8abafc13048a1bc7627555377e (diff)
downloadyt-music-11cbc28bf951cd9b8788d778fdbe25d2a1f30fa7.zip
yt-music-11cbc28bf951cd9b8788d778fdbe25d2a1f30fa7.tar.gz
chore: fixed showing html encoding in title
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index cb516ef..aab7a4e 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.5"
+version = "0.0.6"
description = "A command line YouTube Music client."
authors = ["DemonKingSwarn <rockingswarn@gmail.com>"]
license = "GPLv3"