Skip to content

Commit 6f59846

Browse files
authored
Update __init__.py (#561)
Signed-off-by: xiaowuhu <[email protected]> Update the version number to release a new version.
1 parent d0130f2 commit 6f59846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxmltools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This framework converts any machine learned model into onnx format
66
which is a common language to describe any machine learned model.
77
"""
8-
__version__ = "1.11.0"
8+
__version__ = "1.11.1"
99
__author__ = "ONNX"
1010
__producer__ = "OnnxMLTools"
1111
__producer_version__ = __version__

0 commit comments

Comments
 (0)