updated version to 1.2.2

This commit is contained in:
Yannick Stephan
2025-02-26 12:12:08 +01:00
parent 3c9908b94a
commit 8fa45556d0

View File

@@ -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"