We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0130f2 commit 6f59846Copy full SHA for 6f59846
onnxmltools/__init__.py
@@ -5,7 +5,7 @@
5
This framework converts any machine learned model into onnx format
6
which is a common language to describe any machine learned model.
7
"""
8
-__version__ = "1.11.0"
+__version__ = "1.11.1"
9
__author__ = "ONNX"
10
__producer__ = "OnnxMLTools"
11
__producer_version__ = __version__
0 commit comments