From 39a366a3dc3a02c3d42c3d3ca566bb828bbaf2d6 Mon Sep 17 00:00:00 2001 From: zrguo <49157727+LarFii@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:43:05 +0800 Subject: [PATCH] Update __init__.py --- lightrag/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/__init__.py b/lightrag/__init__.py index cd2ccf04..b8037813 100644 --- a/lightrag/__init__.py +++ b/lightrag/__init__.py @@ -1,5 +1,5 @@ from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam -__version__ = "1.0.9" +__version__ = "1.1.0" __author__ = "Zirui Guo" __url__ = "https://github.com/HKUDS/LightRAG"