From 9530377a9d8a3af66c8d8d19df238566aa283204 Mon Sep 17 00:00:00 2001 From: kokarare1212 Date: Wed, 17 May 2023 06:57:58 +0900 Subject: [PATCH] Bump client version --- librespot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librespot/__init__.py b/librespot/__init__.py index 86580b6..2c0a553 100644 --- a/librespot/__init__.py +++ b/librespot/__init__.py @@ -31,4 +31,4 @@ class Version: return BuildInfo(product=Product.PRODUCT_CLIENT, product_flags=[ProductFlags.PRODUCT_FLAG_NONE], platform=Version.platform(), - version=112800721) + version=117300517)