Skip to content

Commit 8019a74

Browse files
authored
version 0.4.0
1 parent 83e1da7 commit 8019a74

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.3.2'
8+
__version__ = '0.4.0'
99
DESCRIPTION = "Convert TensorFlow Lite models to ONNX"
1010

1111
__all__ = [

0 commit comments

Comments
 (0)