Bump core api to 1.3.7

This commit is contained in:
yangdx
2025-04-30 10:28:04 +08:00
parent b1ace9da53
commit 1f48f72fe2

View File

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