Skip to content

Commit 6932d1a

Browse files
committed
release v0.3.0
1 parent 5e4e69a commit 6932d1a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

metadata.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PLUGIN = {}
55
--- Plugin name
66
PLUGIN.name = "python"
77
--- Plugin version
8-
PLUGIN.version = "0.2.0"
8+
PLUGIN.version = "0.3.0"
99
--- Plugin homepage
1010
PLUGIN.homepage = "https://github.com/version-fox/vfox-python"
1111
--- Plugin license, please choose a correct license according to your needs.
@@ -28,6 +28,4 @@ PLUGIN.notes = {
2828
"You can use VFOX_PYTHON_MIRROR environment variable to set mirror.",
2929
"eg: `export VFOX_PYTHON_MIRROR=https://mirrors.huaweicloud.com/python/`",
3030
" ",
31-
"Others:",
32-
"For Windows, only support >=3.5.0, but no restrictions for unix-like."
3331
}

0 commit comments

Comments
 (0)