Update __init__.py

This commit is contained in:
zrguo
2025-03-13 16:58:03 +08:00
parent e2b9be2dc6
commit 2170a5d778

View File

@@ -1,5 +1,5 @@
from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
__version__ = "1.2.5"
__version__ = "1.2.6"
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/LightRAG"