Update __version__

This commit is contained in:
zrguo 2025-02-11 11:59:28 +08:00 committed by GitHub
parent 0c3b754108
commit 24e0f0390e
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.1.5"
__version__ = "1.1.6"
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/LightRAG"