Skip to content

Commit 2a76db7

Browse files
authored
Bump to version 1.5.1 (#340)
1 parent 679f59c commit 2a76db7

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
@@ -9,7 +9,7 @@
99
This framework converts any machine learned model into onnx format
1010
which is a common language to describe any machine learned model.
1111
"""
12-
__version__ = "1.5.0"
12+
__version__ = "1.5.1"
1313
__author__ = "Microsoft"
1414
__producer__ = "OnnxMLTools"
1515
__producer_version__ = __version__

0 commit comments

Comments
 (0)