diff --git a/NanoCtrl/Cargo.lock b/NanoCtrl/Cargo.lock index 5d864ac..6e44043 100644 --- a/NanoCtrl/Cargo.lock +++ b/NanoCtrl/Cargo.lock @@ -684,7 +684,7 @@ dependencies = [ [[package]] name = "nanoctrl" -version = "0.0.8" +version = "0.1.0" dependencies = [ "anyhow", "axum", diff --git a/NanoCtrl/pyproject.toml b/NanoCtrl/pyproject.toml index 746882f..2000e70 100644 --- a/NanoCtrl/pyproject.toml +++ b/NanoCtrl/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "nanoctrl" -version = "0.1.0" +version = "0.1.0.post1" description = "Shared NanoCtrl lifecycle client for NanoInfra services" requires-python = ">=3.10" dependencies = ["httpx>=0.24"] diff --git a/pyproject.toml b/pyproject.toml index 25b1da8..7f03795 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.1.0" +version = "0.1.0.post1" dependencies = [ "pydantic>=2.0", "pyzmq>=25.0", "redis>=4.0", "httpx>=0.24", - "nanoctrl>=0.0.8", + "nanoctrl>=0.1.0.post1", "jsonargparse>=4.27", # for --build-no-isolation "scikit-build-core>=0.10",