From 2bcef5e65e6e2679debc93f40327104f6a6aa4c0 Mon Sep 17 00:00:00 2001 From: Not Logykk Date: Sun, 29 May 2022 00:27:32 +0000 Subject: [PATCH] Temporary fix for protobuf error --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index adbc1a3..93aa162 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = zotify -version = 0.6.6 +version = 0.6.7 author = Zotify Contributors description = A highly customizable music and podcast downloader long_description = file: README.md @@ -20,7 +20,7 @@ install_requires = ffmpy music_tag Pillow - protobuf + protobuf==3.20.1 pwinput tabulate tqdm