Bump core version to 1.4.9.3

This commit is contained in:
yangdx
2025-10-12 02:57:13 +08:00
parent e1af1c6d14
commit 79f623a2a7

View File

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