Skip to content

Commit fccb7de

Browse files
authored
update docs (#95)
1 parent 37a3769 commit fccb7de

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

NanoCtrl/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

NanoCtrl/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "nanoctrl"
7-
version = "0.1.0"
7+
version = "0.1.0.post1"
88
description = "Shared NanoCtrl lifecycle client for NanoInfra services"
99
requires-python = ">=3.10"
1010
dependencies = ["httpx>=0.24"]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ description = "DLSlime Transfer Engine"
2525
name = "dlslime"
2626
readme = "README.md"
2727
requires-python = ">=3.8"
28-
version = "0.1.0"
28+
version = "0.1.0.post1"
2929
dependencies = [
3030
"pydantic>=2.0",
3131
"pyzmq>=25.0",
3232
"redis>=4.0",
3333
"httpx>=0.24",
34-
"nanoctrl>=0.0.8",
34+
"nanoctrl>=0.1.0.post1",
3535
"jsonargparse>=4.27",
3636
# for --build-no-isolation
3737
"scikit-build-core>=0.10",

0 commit comments

Comments
 (0)