From 64bcfb6f92e5c8eb881790e37d7fa3ca044e3c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20MANSUY?= Date: Thu, 4 Dec 2025 19:17:42 +0800 Subject: [PATCH] cherry-pick 79f623a2 (resolved) --- lightrag/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/__init__.py b/lightrag/__init__.py index 73299170..106411d9 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.3" __author__ = "Zirui Guo" __url__ = "https://github.com/HKUDS/LightRAG"