Skip to content

Commit

Permalink
Update version number to 1.9.1 (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre authored Aug 23, 2021
1 parent 0da9cab commit 8e52e09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions onnxmltools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This framework converts any machine learned model into onnx format
which is a common language to describe any machine learned model.
"""
__version__ = "1.9.0"
__version__ = "1.9.1"
__author__ = "Microsoft"
__producer__ = "OnnxMLTools"
__producer_version__ = __version__
Expand All @@ -22,6 +22,5 @@
from .convert import convert_xgboost
from .convert import convert_h2o
from .convert import convert_catboost

from .utils import load_model
from .utils import save_model

0 comments on commit 8e52e09

Please sign in to comment.