Skip to content

Commit 8ac9e6c

Browse files
committed
Downgrade protobuf
1 parent 98f46fa commit 8ac9e6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
defusedxml==0.7.1
2-
protobuf==4.21.0
2+
protobuf==3.20.1
33
pycryptodomex==3.14.1
44
pyogg==0.6.14a.1
55
requests==2.27.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import setuptools
22

33
setuptools.setup(name="librespot",
4-
version="0.0.2",
4+
version="0.0.3",
55
description="Open Source Spotify Client",
66
long_description=open("README.md").read(),
77
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)