From afe7da5ac6fecbae39915007ffd9077c88b9c448 Mon Sep 17 00:00:00 2001 From: LUO Zhongqi Date: Fri, 25 Oct 2024 12:30:53 +0800 Subject: [PATCH] Bump version to 0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a073761..eebac09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ description = "A workflow execution engine supports static DAGs." readme = {file = "README.md", content-type = "text/markdown"} license = {file = "LICENSE"} -version = "0.3.0" +version = "0.3.1" dependencies = [ "networkx>=3.0",