Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauheen Zahirazami committed May 5, 2018
1 parent fdccbfa commit eb3fff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion onnxmltools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
This framework converts any machine learned model into onnx format
which is a common language to describe any machine learned model.
"""
__version__ = "0.1.0.0000"
__version__ = "1.1.2.0000"
__author__ = "Microsoft"
__producer__ = "OnnxMLTools"
__producer_version__ = __version__
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name='onnxmltools',
version='1.0.0.0000',
version='1.1.2.0000',
description="Converts Machine Learning models to ONNX",
long_description=long_description,
license='MIT License',
Expand Down

0 comments on commit eb3fff8

Please sign in to comment.