Bump core version to 1.4.3 and api version to 0186
This commit is contained in:
parent
f3c0dab7ce
commit
b321afefaa
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
|
from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
|
||||||
|
|
||||||
__version__ = "1.4.2"
|
__version__ = "1.4.3"
|
||||||
__author__ = "Zirui Guo"
|
__author__ = "Zirui Guo"
|
||||||
__url__ = "https://github.com/HKUDS/LightRAG"
|
__url__ = "https://github.com/HKUDS/LightRAG"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__api_version__ = "0185"
|
__api_version__ = "0186"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue