From 895c3a76a315c7a6567a1a07a96dc658994ec16a Mon Sep 17 00:00:00 2001 From: xiaowuhu Date: Thu, 17 Aug 2023 17:52:31 +0800 Subject: [PATCH] Update Version to 1.15 (#1011) * Update __init__.py * Create .pypirc Signed-off-by: xiaowuhu * Delete .pypirc Signed-off-by: xiaowuhu Signed-off-by: xiaowuhu --------- 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 4dbc458cc..8bb46e679 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.14.1" +__version__ = "1.15.0" __author__ = "Microsoft" __producer__ = "skl2onnx" __producer_version__ = __version__