diff --git a/keras2onnx/__init__.py b/keras2onnx/__init__.py index dfd10de0..642742a8 100644 --- a/keras2onnx/__init__.py +++ b/keras2onnx/__init__.py @@ -7,7 +7,7 @@ keras2onnx This package converts keras models into ONNX for use with any inference engine supporting ONNX """ -__version__ = "1.4.0" +__version__ = "1.5.0" __author__ = "Microsoft Corporation" __producer__ = "keras2onnx"