mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-08-22 15:38:11 +00:00
update
This commit is contained in:
parent
ded903643b
commit
8ff64dfe2c
@ -1,5 +1,5 @@
|
|||||||
from .lightrag import LightRAG, QueryParam
|
from .lightrag import LightRAG, QueryParam
|
||||||
|
|
||||||
__version__ = "0.0.1"
|
__version__ = "0.0.2"
|
||||||
__author__ = "Zirui Guo"
|
__author__ = "Zirui Guo"
|
||||||
__url__ = "https://github.com/HKUDS/GraphEdit"
|
__url__ = "https://github.com/HKUDS/GraphEdit"
|
||||||
|
2
setup.py
2
setup.py
@ -21,7 +21,7 @@ with open("./requirements.txt") as f:
|
|||||||
deps.append(line.strip())
|
deps.append(line.strip())
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="light-rag",
|
name="lightrag-hku",
|
||||||
url=vars2readme["__url__"],
|
url=vars2readme["__url__"],
|
||||||
version=vars2readme["__version__"],
|
version=vars2readme["__version__"],
|
||||||
author=vars2readme["__author__"],
|
author=vars2readme["__author__"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user