From 83e78303ac8a72ccd16d435241f16f3611bfcfb2 Mon Sep 17 00:00:00 2001 From: Alleria Date: Sun, 7 Jul 2024 14:20:47 -0700 Subject: [PATCH] sync toml file with release version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4df7329..1102c4aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "lightrag-project" -version = "0.1.0-test-release" +version = "v0.1.0-alpha.3" description = "A project to develop and test the lightrag library" authors = ["Your Name "] license = "MIT"