Update __init__.py

This commit is contained in:
zrguo
2025-03-04 16:19:23 +08:00
committed by GitHub
parent b420d2e289
commit 4e59a293fe

View File

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