Update __init__.py

This commit is contained in:
LarFii
2024-10-20 23:10:07 +08:00
parent bcd81e3a50
commit 6924a5f179

View File

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