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 /yt_music/__version__.py | |
parent | 11cbc28bf951cd9b8788d778fdbe25d2a1f30fa7 (diff) | |
download | yt-music-7e4c9465a197ed2024e85151b2b7d53d51704d1b.zip yt-music-7e4c9465a197ed2024e85151b2b7d53d51704d1b.tar.gz |
chore: config file added
Diffstat (limited to 'yt_music/__version__.py')
-rw-r--r-- | yt_music/__version__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_music/__version__.py b/yt_music/__version__.py index a952047..82474e3 100644 --- a/yt_music/__version__.py +++ b/yt_music/__version__.py @@ -1 +1 @@ -__core__ = "0.0.6" +__core__ = "0.0.7" |