fix dependencies + version bump
This commit is contained in:
parent
faca12783e
commit
77ba1cba9c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue