Bump core version to 1.4.9.8 and API version to 0250

This commit is contained in:
yangdx 2025-10-31 05:23:48 +08:00
parent 08b0283b04
commit e5414c61ef
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
__version__ = "1.4.9.7"
__version__ = "1.4.9.8"
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/LightRAG"

View file

@ -1 +1 @@
__api_version__ = "0249"
__api_version__ = "0250"