From 02b3a62868d701a9c92de95183232b103c47dd4d Mon Sep 17 00:00:00 2001 From: KenanZhu <3471685733@qq.com> Date: Thu, 28 May 2026 16:54:14 +0800 Subject: [PATCH] =?UTF-8?q?chore(autoscript):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E7=89=88=E6=9C=AC=E5=8F=B7=20v1.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- src/autoscript/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/autoscript/__init__.py b/src/autoscript/__init__.py index cc78a3d..784d512 100644 --- a/src/autoscript/__init__.py +++ b/src/autoscript/__init__.py @@ -9,6 +9,7 @@ See the LICENSE file for details. """ from .ASEngine import ASEngine +__version__ = "1.0.0" # autoscript version _TARGET_VAR_DEFS = [ ("USERNAME", "String", ["username"], "用户名"),