Bump core version to 1.3.4

This commit is contained in:
yangdx
2025-04-18 17:01:43 +08:00
parent 8b0c6701a0
commit bd362c167c

View File

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