LarFii commited on
Commit
3b609e9
·
1 Parent(s): cf7b697

update __init__.py

Browse files
Files changed (1) hide show
  1. lightrag/__init__.py +2 -2
lightrag/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
  from .lightrag import LightRAG, QueryParam
2
 
3
- __version__ = "0.0.2"
4
  __author__ = "Zirui Guo"
5
- __url__ = "https://github.com/HKUDS/GraphEdit"
 
1
  from .lightrag import LightRAG, QueryParam
2
 
3
+ __version__ = "0.0.3"
4
  __author__ = "Zirui Guo"
5
+ __url__ = "https://github.com/HKUDS/LightRAG"