From 14f93dad41fa5798b598bd224e36938244390ef8 Mon Sep 17 00:00:00 2001 From: kokarare1212 Date: Wed, 31 Aug 2022 06:33:39 +0900 Subject: [PATCH] Update version --- librespot/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/librespot/__init__.py b/librespot/__init__.py index 9fdc2d1..2d2ec4d 100644 --- a/librespot/__init__.py +++ b/librespot/__init__.py @@ -6,7 +6,7 @@ import platform class Version: - version_name = "0.0.5" + version_name = "0.0.6" @staticmethod def platform() -> Platform: diff --git a/setup.py b/setup.py index 0f13a11..f53dae9 100644 --- a/setup.py +++ b/setup.py @@ -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",