Skip to content

Commit 9b6367d

Browse files
committed
v0.4.1
1 parent 511ba19 commit 9b6367d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tflite2onnx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# package metadata
77
__name__ = 'tflite2onnx'
8-
__version__ = '0.4.0'
8+
__version__ = '0.4.1'
99
DESCRIPTION = "Convert TensorFlow Lite models to ONNX"
1010

1111
__all__ = [

0 commit comments

Comments
 (0)