We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65ee847 + 42331bf commit 68c89d5Copy full SHA for 68c89d5
paddle2onnx/__init__.py
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
from __future__ import absolute_import
15
16
-__version__ = "0.9.1"
+__version__ = "0.9.2"
17
18
import paddle
19
from .convert import dygraph2onnx, program2onnx
setup.py
@@ -22,7 +22,7 @@
22
23
setuptools.setup(
24
name="paddle2onnx",
25
- version="0.9.1",
+ version="0.9.2",
26
author="dltp-sz",
27
author_email="dltp-sz@baidu.com",
28
description="a toolkit for converting trained model of PaddlePaddle to ONNX.",
0 commit comments