Merge pull request #1302 from danielaskdd/main

Bump core version to 1.3.2
This commit is contained in:
Daniel.y 2025-04-07 22:38:29 +08:00 committed by GitHub
commit 1e1d676b0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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