Update version

This commit is contained in:
kokarare1212 2022-08-31 06:33:39 +09:00
parent ee4d6d2dc6
commit 14f93dad41
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.5"
version_name = "0.0.6"
@staticmethod
def platform() -> Platform:

View File

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