Skip to content

Commit

Permalink
0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MenxLi committed Feb 18, 2025
1 parent c85cc73 commit 5487775
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/api_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const apiData: { [key: string]: APIDescription } ={
example: {
input: {},
output: {
'pody_version': '0.1.9',
'pody_version': '0.1.10',
'docker_version': '26.1.5-ce',
'nvidia_driver_version': '550.78',
'nvidia_ctk_version': 'NVIDIA Container Toolkit CLI version unknown'
Expand Down Expand Up @@ -258,7 +258,7 @@ const apiData: { [key: string]: APIDescription } ={
description: "Get the version of the API",
example: {
input: {},
output: [0, 1, 9]
output: [0, 1, 10]
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pody"
version = "0.1.9"
version = "0.1.10"
description = "Pod manager for docker, give limited access to docker for clients."
authors = ["Li, Mengxun <mengxunli@whu.edu.cn>", "Li, Jiayu <jiayu.li@whu.edu.cn>"]
readme = "readme.md"
Expand Down

0 comments on commit 5487775

Please sign in to comment.