Bump core version to 1.4.0

This commit is contained in:
yangdx 2025-07-09 04:43:20 +08:00
parent 2056c3c809
commit 4705a22861

View File

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