Skip to content

Commit f03b521

Browse files
authored
Update __init__.py (#865)
Signed-off-by: xiaowuhu <[email protected]>
1 parent 5dc552f commit f03b521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skl2onnx/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Main entry point to the converter from the *scikit-learn* to *onnx*.
55
"""
6-
__version__ = "1.11.1"
6+
__version__ = "1.11.2"
77
__author__ = "Microsoft"
88
__producer__ = "skl2onnx"
99
__producer_version__ = __version__

0 commit comments

Comments
 (0)