Bump core version to 1.4.9.6 and API version to 0248

This commit is contained in:
yangdx
2025-10-29 19:08:32 +08:00
parent d5bcd14c6f
commit 3a7f753560
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.5"
__version__ = "1.4.9.6"
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/LightRAG"

View File

@@ -1 +1 @@
__api_version__ = "0247"
__api_version__ = "0248"