diff --git a/requirements.txt b/requirements.txt index 4d4febf..182fe14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index 743a7b8..f0277eb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/zotify/__main__.py b/zotify/__main__.py index 28d17bc..2d6c5b6 100644 --- a/zotify/__main__.py +++ b/zotify/__main__.py @@ -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():