updated version to 1.1.11

This commit is contained in:
Yannick Stephan
2025-02-20 14:32:24 +01:00
parent c4562f71b9
commit 3647bc9b11

View File

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