bump version

This commit is contained in:
kokarare1212 2023-04-13 21:08:37 +09:00
parent 622483655c
commit 476d53876c
No known key found for this signature in database
GPG Key ID: 0DEF4BD04A8D7E97
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import platform
class Version:
version_name = "0.0.7"
version_name = "0.0.8"
@staticmethod
def platform() -> Platform:

View File

@ -1,7 +1,7 @@
import setuptools
setuptools.setup(name="librespot",
version="0.0.7",
version="0.0.8",
description="Open Source Spotify Client",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",