Skip to content

Commit 89213bc

Browse files
authored
Bump to version 1.6.0 (#350)
1 parent 8a9d6d9 commit 89213bc

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.1"
12+
__version__ = "1.6.0"
1313
__author__ = "Microsoft"
1414
__producer__ = "OnnxMLTools"
1515
__producer_version__ = __version__

0 commit comments

Comments
 (0)