From 4401fa924d6e31867e1d6169391c8d96f93e73a3 Mon Sep 17 00:00:00 2001 From: kokarare1212 Date: Wed, 17 May 2023 06:58:32 +0900 Subject: [PATCH] Bump version --- librespot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librespot/__init__.py b/librespot/__init__.py index 2c0a553..9503e25 100644 --- a/librespot/__init__.py +++ b/librespot/__init__.py @@ -6,7 +6,7 @@ import platform class Version: - version_name = "0.0.8" + version_name = "0.0.9" @staticmethod def platform() -> Platform: