This commit is contained in:
Larfii 2024-10-10 12:09:24 +08:00
parent af4e415673
commit 5e513a7104
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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__"],