fix dependencies + version bump

This commit is contained in:
Zotify 2024-08-15 16:58:23 +12:00
parent faca12783e
commit 77ba1cba9c
3 changed files with 4 additions and 4 deletions

View file

@ -2,6 +2,6 @@ librespot@git+https://github.com/kokarare1212/librespot-python
music-tag@git+https://zotify.xyz/zotify/music-tag
mutagen
Pillow
pwinput
pkce
requests
tqdm

View file

@ -1,6 +1,6 @@
[metadata]
name = zotify
version = 0.9.5
version = 0.9.6
author = Zotify Contributors
description = A highly customizable music and podcast downloader
long_description = file: README.md
@ -23,7 +23,7 @@ install_requires =
music-tag@git+https://zotify.xyz/zotify/music-tag
mutagen
Pillow
pwinput
pkce
requests
tqdm

View file

@ -7,7 +7,7 @@ from zotify.app import App
from zotify.config import CONFIG_PATHS, CONFIG_VALUES
from zotify.utils import OptionalOrFalse
VERSION = "0.9.5"
VERSION = "0.9.6"
def main():