Merge pull request #902 from YanSte/version

Updated version to 1.1.11
This commit is contained in:
Yannick Stephan
2025-02-20 14:33:10 +01:00
committed by GitHub

View File

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