From 424eeb1125d84243ec50ec28c2400ba5ff311055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=86=E3=81=8B=E3=82=89?= Date: Sun, 18 Jul 2021 07:32:39 +0900 Subject: [PATCH] Update Version.py --- librespot/Version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librespot/Version.py b/librespot/Version.py index aa297e6..bad60ca 100644 --- a/librespot/Version.py +++ b/librespot/Version.py @@ -3,7 +3,7 @@ import platform class Version: - version = "0.0.1-SNAPSHOT" + version = "0.0.1" @staticmethod def platform() -> Platform: