Update __init__.py

This commit is contained in:
zrguo
2024-12-26 15:13:24 +08:00
committed by GitHub
parent fffd00d514
commit 1ca3f64e7d

View File

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