From c9c0f2e8e32dca67a36aff855c199a89351c6846 Mon Sep 17 00:00:00 2001 From: LarFii <834462287@qq.com> Date: Fri, 11 Oct 2024 11:39:31 +0800 Subject: [PATCH] update __init__.py --- lightrag/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lightrag/__init__.py b/lightrag/__init__.py index dc497cd4..0b279096 100644 --- a/lightrag/__init__.py +++ b/lightrag/__init__.py @@ -1,5 +1,5 @@ from .lightrag import LightRAG, QueryParam -__version__ = "0.0.2" +__version__ = "0.0.3" __author__ = "Zirui Guo" -__url__ = "https://github.com/HKUDS/GraphEdit" +__url__ = "https://github.com/HKUDS/LightRAG"