Update version number (#2868)

Update version number
This commit is contained in:
Ryan Hill 2020-01-17 18:22:46 -08:00 committed by Changming Sun
parent 4d8fca0a4e
commit 9fec34ddab
5 changed files with 9 additions and 3 deletions

View file

@ -1 +1 @@
1.1.0
1.1.1

View file

@ -32,6 +32,7 @@ For more details on ONNX Release versions, see [this page](https://github.com/on
| ONNX Runtime release version | ONNX release version | ONNX opset version | ONNX ML opset version | Supported ONNX IR version | [WinML compatibility](https://docs.microsoft.com/en-us/windows/ai/windows-ml/)|
|------------------------------|--------------------|--------------------|----------------------|------------------|------------------|
| 1.1.1 | **1.6** down to 1.2 | 11 | 2 | 6 | -- |
| 1.1.0 | **1.6** down to 1.2 | 11 | 2 | 6 | -- |
| 1.0.0 | **1.6** down to 1.2 | 11 | 2 | 6 | -- |
| 0.5.0 | **1.5** down to 1.2 | 10 | 1 | 5 | -- |

View file

@ -8,6 +8,11 @@ For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://ak
Changes
-------
1.1.1
^^^^^
Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.1.1
1.1.0
^^^^^

View file

@ -6,7 +6,7 @@
ONNX Runtime is a performance-focused scoring engine for Open Neural Network Exchange (ONNX) models.
For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://aka.ms/onnxruntime/>`_ or the `Github project <https://github.com/microsoft/onnxruntime/>`_.
"""
__version__ = "1.1.0"
__version__ = "1.1.1"
__author__ = "Microsoft"
from onnxruntime.capi._pybind_state import get_all_providers, get_available_providers, get_device, RunOptions, SessionOptions, set_default_logger_severity, NodeArg, ModelMetadata, GraphOptimizationLevel, ExecutionMode

View file

@ -1,5 +1,5 @@
Name: onnxruntime
Version: 1.1.0
Version: 1.1.1
Release: 1%{?dist}
Summary: onnxruntime