From a876e36d26b6068b5a3b9fe701430fda800e3c65 Mon Sep 17 00:00:00 2001 From: Karako Date: Wed, 4 Sep 2024 14:48:59 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8F=91=E5=B8=83=20v0.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96336f0..f2c144e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ArkoWrapper" -version = "0.4.0" +version = "0.4.1" description = "给你的Python迭代器加上魔法" readme = "README.md" requires-python = ">=3.12"