Skip to content

Commit eb3fff8

Browse files
author
Shauheen Zahirazami
committed
Update version for release
1 parent fdccbfa commit eb3fff8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

onnxmltools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
This framework converts any machine learned model into onnx format
1010
which is a common language to describe any machine learned model.
1111
"""
12-
__version__ = "0.1.0.0000"
12+
__version__ = "1.1.2.0000"
1313
__author__ = "Microsoft"
1414
__producer__ = "OnnxMLTools"
1515
__producer_version__ = __version__

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='onnxmltools',
27-
version='1.0.0.0000',
27+
version='1.1.2.0000',
2828
description="Converts Machine Learning models to ONNX",
2929
long_description=long_description,
3030
license='MIT License',

0 commit comments

Comments
 (0)