From a8e2102795d07c763199733d8adf4e240bd48c53 Mon Sep 17 00:00:00 2001 From: Han Li Date: Mon, 29 Sep 2025 20:12:35 +0800 Subject: [PATCH] release v0.5.0 --- metadata.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.lua b/metadata.lua index e84ab9f..e06cfb9 100644 --- a/metadata.lua +++ b/metadata.lua @@ -5,7 +5,7 @@ PLUGIN = {} --- Plugin name PLUGIN.name = "python" --- Plugin version -PLUGIN.version = "0.4.0" +PLUGIN.version = "0.5.0" --- Plugin homepage PLUGIN.homepage = "https://github.com/version-fox/vfox-python" --- Plugin license, please choose a correct license according to your needs.