From 8fa45556d0ffe5aa654fd81b76550c2ac2800c7c Mon Sep 17 00:00:00 2001 From: Yannick Stephan Date: Wed, 26 Feb 2025 12:12:08 +0100 Subject: [PATCH] updated version to 1.2.2 --- lightrag/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/__init__.py b/lightrag/__init__.py index 04f71139..250c2ae8 100644 --- a/lightrag/__init__.py +++ b/lightrag/__init__.py @@ -1,5 +1,5 @@ from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam -__version__ = "1.2.1" +__version__ = "1.2.2" __author__ = "Zirui Guo" __url__ = "https://github.com/HKUDS/LightRAG"