Update __init__.py

This commit is contained in:
zrguo
2025-01-13 10:13:01 +08:00
committed by GitHub
parent 9f48124a69
commit 057e23c4e9

View File

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