From f03b52190ce77ff35826b66661bbafd7adfcf40a Mon Sep 17 00:00:00 2001 From: xiaowuhu Date: Tue, 24 May 2022 20:24:13 +0800 Subject: [PATCH] Update __init__.py (#865) Signed-off-by: xiaowuhu --- skl2onnx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skl2onnx/__init__.py b/skl2onnx/__init__.py index eb4064b84..4c8f14dd4 100644 --- a/skl2onnx/__init__.py +++ b/skl2onnx/__init__.py @@ -3,7 +3,7 @@ """ Main entry point to the converter from the *scikit-learn* to *onnx*. """ -__version__ = "1.11.1" +__version__ = "1.11.2" __author__ = "Microsoft" __producer__ = "skl2onnx" __producer_version__ = __version__