From 89a4471ae16298d70cd78f55363bf84949c18df5 Mon Sep 17 00:00:00 2001 From: yangdx Date: Wed, 17 Sep 2025 02:57:28 +0800 Subject: [PATCH] Bump core version to v1.4.9 --- lightrag/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/__init__.py b/lightrag/__init__.py index 3a42228c..b4a70fc9 100644 --- a/lightrag/__init__.py +++ b/lightrag/__init__.py @@ -1,5 +1,5 @@ from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam -__version__ = "1.4.8.2" +__version__ = "1.4.9" __author__ = "Zirui Guo" __url__ = "https://github.com/HKUDS/LightRAG"