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 679f59c commit 2a76db7Copy full SHA for 2a76db7
onnxmltools/__init__.py
@@ -9,7 +9,7 @@
9
This framework converts any machine learned model into onnx format
10
which is a common language to describe any machine learned model.
11
"""
12
-__version__ = "1.5.0"
+__version__ = "1.5.1"
13
__author__ = "Microsoft"
14
__producer__ = "OnnxMLTools"
15
__producer_version__ = __version__
0 commit comments