From 7f87685e2e82e82999f279ed36b72bb00a287b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B8=B8=40=E8=9A=82=E8=9A=81?= Date: Tue, 22 Apr 2025 18:48:30 +0800 Subject: [PATCH] feat(kag): update version of KAG (#475) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 更新readme * 更新readme * update version of KAG --- kag/__init__.py | 2 +- knext/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kag/__init__.py b/kag/__init__.py index 86d924e9..4800c0c7 100644 --- a/kag/__init__.py +++ b/kag/__init__.py @@ -203,7 +203,7 @@ __package_name__ = "openspg-kag" -__version__ = "0.6" +__version__ = "0.7" # Register Built-in Components from kag.common.conf import init_env diff --git a/knext/__init__.py b/knext/__init__.py index 7ed2edab..cb22b03f 100644 --- a/knext/__init__.py +++ b/knext/__init__.py @@ -11,4 +11,4 @@ __package_name__ = "openspg-knext" -__version__ = "0.6-beta3" +__version__ = "0.7"