Bump core version to 1.4.9.1

This commit is contained in:
yangdx 2025-09-28 15:25:02 +08:00
parent 978f154680
commit 4957f4f017

View file

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