We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6224836 commit 476d538Copy full SHA for 476d538
2 files changed
librespot/__init__.py
@@ -6,7 +6,7 @@
6
7
8
class Version:
9
- version_name = "0.0.7"
+ version_name = "0.0.8"
10
11
@staticmethod
12
def platform() -> Platform:
setup.py
@@ -1,7 +1,7 @@
1
import setuptools
2
3
setuptools.setup(name="librespot",
4
- version="0.0.7",
+ version="0.0.8",
5
description="Open Source Spotify Client",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
0 commit comments