From 4705a228611a3aed0ad081cc5523d41e793b12a0 Mon Sep 17 00:00:00 2001 From: yangdx Date: Wed, 9 Jul 2025 04:43:20 +0800 Subject: [PATCH] Bump core version to 1.4.0 --- lightrag/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/__init__.py b/lightrag/__init__.py index 392b3f60..e72f906a 100644 --- a/lightrag/__init__.py +++ b/lightrag/__init__.py @@ -1,5 +1,5 @@ from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam -__version__ = "1.3.10" +__version__ = "1.4.0" __author__ = "Zirui Guo" __url__ = "https://github.com/HKUDS/LightRAG"