Update __version__

This commit is contained in:
zrguo
2025-02-21 21:34:58 +08:00
committed by GitHub
parent 78bc096fac
commit 2e4d51e80d

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.11" __version__ = "1.2.1"
__author__ = "Zirui Guo" __author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/LightRAG" __url__ = "https://github.com/HKUDS/LightRAG"