Skip to content

Commit

Permalink
Update version to 0.3.1 (patch release) (microsoft#798)
Browse files Browse the repository at this point in the history
* bump up version number (microsoft#752)

* bump up version number

* Minor change to kick off build

* update version to 0.3.1
  • Loading branch information
jignparm authored Apr 9, 2019
1 parent ccd7e80 commit 9467c5f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION_NUMBER
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
1 change: 1 addition & 0 deletions docs/Versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
5 changes: 5 additions & 0 deletions docs/python/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^

Expand Down
2 changes: 1 addition & 1 deletion onnxruntime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
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
Expand Down
2 changes: 1 addition & 1 deletion package/rpm/onnxruntime.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: onnxruntime
Version: 0.3.0
Version: 0.3.1
Release: 1%{?dist}
Summary: onnxruntime

Expand Down

0 comments on commit 9467c5f

Please sign in to comment.