From 4acc2adc3204a2e411c74e41a929322bf5fb850b Mon Sep 17 00:00:00 2001 From: yangdx Date: Mon, 28 Apr 2025 01:12:27 +0800 Subject: [PATCH] Bump core vestion to 1.3.5 --- lightrag/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/__init__.py b/lightrag/__init__.py index 40e7c90a..5433e327 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.4" +__version__ = "1.3.5" __author__ = "Zirui Guo" __url__ = "https://github.com/HKUDS/LightRAG"