Skip to content

Commit 77ba1cb

Browse files
author
Zotify
committed
fix dependencies + version bump
1 parent faca127 commit 77ba1cb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ librespot@git+https://github.com/kokarare1212/librespot-python
22
music-tag@git+https://zotify.xyz/zotify/music-tag
33
mutagen
44
Pillow
5-
pwinput
5+
pkce
66
requests
77
tqdm

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = zotify
3-
version = 0.9.5
3+
version = 0.9.6
44
author = Zotify Contributors
55
description = A highly customizable music and podcast downloader
66
long_description = file: README.md
@@ -23,7 +23,7 @@ install_requires =
2323
music-tag@git+https://zotify.xyz/zotify/music-tag
2424
mutagen
2525
Pillow
26-
pwinput
26+
pkce
2727
requests
2828
tqdm
2929

zotify/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from zotify.config import CONFIG_PATHS, CONFIG_VALUES
88
from zotify.utils import OptionalOrFalse
99

10-
VERSION = "0.9.5"
10+
VERSION = "0.9.6"
1111

1212

1313
def main():

0 commit comments

Comments
 (0)