We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8afe4a commit 804415aCopy full SHA for 804415a
2 files changed
paddle2onnx/__init__.py
100644
100755
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
from __future__ import absolute_import
15
16
-__version__ = "0.6"
+__version__ = "0.8"
17
18
from .convert import dygraph2onnx, program2onnx
19
from .op_mapper import register_op_mapper
setup.py
@@ -22,7 +22,7 @@
22
23
setuptools.setup(
24
name="paddle2onnx",
25
- version=0.6,
+ version=0.8,
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