Revert core version to 1.4.9..2

This commit is contained in:
yangdx 2025-10-11 13:06:58 +08:00
parent 9be22dd666
commit 7cddd56461

View file

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