Skip to content

Commit c186504

Browse files
committed
v1.21.6
1 parent 96c03ed commit c186504

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,15 +271,15 @@ Video speed is adjusted approximately 50 times slower than actual speed.
271271
docker run --rm -it \
272272
-v `pwd`:/workdir \
273273
-w /workdir \
274-
ghcr.io/pinto0309/onnx2tf:1.21.5
274+
ghcr.io/pinto0309/onnx2tf:1.21.6
275275

276276
or
277277

278278
# Authentication is not required for pulls from Docker Hub.
279279
docker run --rm -it \
280280
-v `pwd`:/workdir \
281281
-w /workdir \
282-
docker.io/pinto0309/onnx2tf:1.21.5
282+
docker.io/pinto0309/onnx2tf:1.21.6
283283

284284
or
285285

onnx2tf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from onnx2tf.onnx2tf import convert, main
22

3-
__version__ = '1.21.5'
3+
__version__ = '1.21.6'

0 commit comments

Comments
 (0)