Bump core version to v1.4.6 and api version to 0196

This commit is contained in:
yangdx 2025-07-31 23:27:31 +08:00
parent 8271e1f6f1
commit 043e1376b3
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.5"
__version__ = "1.4.6"
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/LightRAG"

View file

@ -1 +1 @@
__api_version__ = "0195"
__api_version__ = "0196"