Update version

This commit is contained in:
Larfii
2024-12-05 18:22:50 +08:00
parent d3865b9e2a
commit 68fed9b91f

View File

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