From 7cddd56461d33d1baa8b88fd42b6ccd763b8e78d Mon Sep 17 00:00:00 2001 From: yangdx Date: Sat, 11 Oct 2025 13:06:58 +0800 Subject: [PATCH] Revert core version to 1.4.9..2 --- lightrag/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/__init__.py b/lightrag/__init__.py index 73299170..9d854e3e 100644 --- a/lightrag/__init__.py +++ b/lightrag/__init__.py @@ -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"