Bump core version to 1.3.8

This commit is contained in:
yangdx
2025-05-18 07:20:00 +08:00
parent 3ffa1009fe
commit b4615247c9

View File

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