Update __init__.py

This commit is contained in:
zrguo
2025-01-21 10:29:52 +08:00
committed by GitHub
parent 79820abda0
commit 4e5ca51e38

View File

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