diff --git a/pyproject.toml b/pyproject.toml index e92c268..4498016 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,13 +25,13 @@ description = "DLSlime Transfer Engine" name = "dlslime" readme = "README.md" requires-python = ">=3.8" -version = "0.0.3.rc3" +version = "0.0.3" dependencies = [ "pydantic>=2.0", "pyzmq>=25.0", "redis>=4.0", "httpx>=0.24", - "nanoctrl>=0.0.7", + "nanoctrl>=0.0.8", "jsonargparse>=4.27", # for --build-no-isolation "scikit-build-core>=0.10",