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 fdccbfa commit eb3fff8Copy full SHA for eb3fff8
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__ = "0.1.0.0000"
+__version__ = "1.1.2.0000"
13
__author__ = "Microsoft"
14
__producer__ = "OnnxMLTools"
15
__producer_version__ = __version__
setup.py
@@ -24,7 +24,7 @@
24
25
setup(
26
name='onnxmltools',
27
- version='1.0.0.0000',
+ version='1.1.2.0000',
28
description="Converts Machine Learning models to ONNX",
29
long_description=long_description,
30
license='MIT License',
0 commit comments