Update __version__

This commit is contained in:
zrguo
2024-12-09 18:12:08 +08:00
committed by GitHub
parent 3e112c0d05
commit 725284e8ba

View File

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