Update version

This commit is contained in:
kokarare1212 2022-11-10 07:12:05 +09:00
parent 4573d273f1
commit b6cf657791
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: class Version:
version_name = "0.0.6" version_name = "0.0.7"
@staticmethod @staticmethod
def platform() -> Platform: def platform() -> Platform:

View File

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