From 5e513a71040b1c217990e59d0e98b4aaceeb71e1 Mon Sep 17 00:00:00 2001 From: Larfii <834462287@qq.com> Date: Thu, 10 Oct 2024 12:09:24 +0800 Subject: [PATCH] update --- lightrag/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lightrag/__init__.py b/lightrag/__init__.py index a83afba3..dc497cd4 100644 --- a/lightrag/__init__.py +++ b/lightrag/__init__.py @@ -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" diff --git a/setup.py b/setup.py index df1c3cf4..849fabfe 100644 --- a/setup.py +++ b/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__"],