update
This commit is contained in:
parent
ded903643b
commit
8ff64dfe2c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from .lightrag import LightRAG, QueryParam
|
||||
|
||||
__version__ = "0.0.1"
|
||||
__version__ = "0.0.2"
|
||||
__author__ = "Zirui Guo"
|
||||
__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())
|
||||
|
||||
setuptools.setup(
|
||||
name="light-rag",
|
||||
name="lightrag-hku",
|
||||
url=vars2readme["__url__"],
|
||||
version=vars2readme["__version__"],
|
||||
author=vars2readme["__author__"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue