Bump api version to 1.3.9

This commit is contained in:
yangdx 2025-06-11 17:03:27 +08:00
parent 2639c03634
commit 1389265695

View file

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