bump up version number (#752)

* bump up version number

* Minor change to kick off build
This commit is contained in:
jignparm 2019-04-03 13:15:09 -07:00 committed by GitHub
parent 7d3ea33daf
commit 5f9d8d7e9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 3 deletions

View file

@ -1 +1 @@
0.3.0
0.3.1

View file

@ -30,6 +30,7 @@ opset version implemented in that release.
| ONNX Runtime release version | ONNX opset version <br> implemented in this release | ONNX ML opset version <br> implemented in this release | Supported ONNX IR version |
|------------------------------|--------------------|----------------------|------------------|
| 0.3.1 | 9 | 1 | 3 |
| 0.3.0 | 9 | 1 | 3 |
| 0.2.1 | 8 | 1 | 3 |
| 0.2.0 | 8 | 1 | 3 |

View file

@ -52,6 +52,11 @@ replaces *scikit-learn* to compute the predictions.
Changes
-------
0.3.1
^^^^^
Protobuf-lite, NuGet file fixes (patch to 0.3.0).
0.3.0
^^^^^

View file

@ -12,7 +12,7 @@ community, it supports traditional ML models as well
as Deep Learning algorithms in the
`ONNX-ML format <https://github.com/onnx/onnx/blob/master/docs/IR.md>`_.
"""
__version__ = "0.3.0"
__version__ = "0.3.1"
__author__ = "Microsoft"
from onnxruntime.capi import onnxruntime_validation

View file

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