From fb617d544c3ed251075e17507bac3362c4f888cc Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 17 Apr 2025 23:55:20 +0800 Subject: [PATCH] Bump core verion to 1.3.3 --- lightrag/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/__init__.py b/lightrag/__init__.py index 2664f6e4..472ba347 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.2" +__version__ = "1.3.3" __author__ = "Zirui Guo" __url__ = "https://github.com/HKUDS/LightRAG"