update version

This commit is contained in:
LarFii
2024-10-26 14:40:17 +08:00
parent 895c95d75a
commit ea3e13b522

View File

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