From 4d078e948f9f85eb50cedf178cca77b04a8df74c Mon Sep 17 00:00:00 2001 From: LarFii <834462287@qq.com> Date: Sat, 26 Oct 2024 14:40:17 +0800 Subject: [PATCH] update version --- lightrag/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/__init__.py b/lightrag/__init__.py index db81e005..8e76a260 100644 --- a/lightrag/__init__.py +++ b/lightrag/__init__.py @@ -1,5 +1,5 @@ from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam -__version__ = "0.0.7" +__version__ = "0.0.8" __author__ = "Zirui Guo" __url__ = "https://github.com/HKUDS/LightRAG"