Skip to content

Commit c6c6a9c

Browse files
committed
tools: Bump openvisioncapsule-tools version to 0.3.8
1 parent 3c85b5b commit c6c6a9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ docker run -it --rm -v ./tools:/open_vision_capsules/tools -w /open_vision_capsu
6565
```
6666
Then
6767
```shell
68-
pip install tools/dist/openvisioncapsule_tools-0.3.7-py3-none-any.whl
68+
pip install tools/dist/openvisioncapsule_tools-0.3.8-py3-none-any.whl
6969
openvisioncapsule-tools
7070
```
7171

tools/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openvisioncapsule-tools"
3-
version = "0.3.7"
3+
version = "0.3.8"
44
description = "A tool to help users to package, test OpenVisionCapsules"
55
authors = ["Stephen Li <[email protected]>"]
66
license = "BSD license"

0 commit comments

Comments
 (0)