From 5efabd5463104ac671a413d5c0b067b7944c7b8b Mon Sep 17 00:00:00 2001 From: EillesWan Date: Sun, 12 Feb 2023 16:11:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Musicreater/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Musicreater/__init__.py b/Musicreater/__init__.py index 84619fa..312d178 100644 --- a/Musicreater/__init__.py +++ b/Musicreater/__init__.py @@ -19,7 +19,7 @@ Terms & Conditions: ../License.md from .main import * -__version__ = "0.3.0" +__version__ = "0.3.1" __all__ = [] __author__ = (("金羿", "Eilles Wan"), ("诸葛亮与八卦阵", "bgArray"))