Skip to content

Commit

Permalink
tools: Bump openvisioncapsule-tools version to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenli2000 committed Nov 2, 2024
1 parent 3c85b5b commit c6c6a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ docker run -it --rm -v ./tools:/open_vision_capsules/tools -w /open_vision_capsu
```
Then
```shell
pip install tools/dist/openvisioncapsule_tools-0.3.7-py3-none-any.whl
pip install tools/dist/openvisioncapsule_tools-0.3.8-py3-none-any.whl
openvisioncapsule-tools
```

Expand Down
2 changes: 1 addition & 1 deletion tools/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openvisioncapsule-tools"
version = "0.3.7"
version = "0.3.8"
description = "A tool to help users to package, test OpenVisionCapsules"
authors = ["Stephen Li <[email protected]>"]
license = "BSD license"
Expand Down

0 comments on commit c6c6a9c

Please sign in to comment.