From b6cf657791a9f7d30ef5f0d251765b523234cdf5 Mon Sep 17 00:00:00 2001 From: kokarare1212 Date: Thu, 10 Nov 2022 07:12:05 +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 2d2ec4d..2a6c90d 100644 --- a/librespot/__init__.py +++ b/librespot/__init__.py @@ -6,7 +6,7 @@ import platform class Version: - version_name = "0.0.6" + version_name = "0.0.7" @staticmethod def platform() -> Platform: diff --git a/setup.py b/setup.py index f53dae9..4cf8a26 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import setuptools setuptools.setup(name="librespot", - version="0.0.6", + version="0.0.7", description="Open Source Spotify Client", long_description=open("README.md").read(), long_description_content_type="text/markdown",