Skip to content

Commit 68c89d5

Browse files
authored
Merge pull request #646 from yeliang2258/0.9.2_dev
update to 0.9.2 version
2 parents 65ee847 + 42331bf commit 68c89d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

paddle2onnx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
from __future__ import absolute_import
1515

16-
__version__ = "0.9.1"
16+
__version__ = "0.9.2"
1717

1818
import paddle
1919
from .convert import dygraph2onnx, program2onnx

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setuptools.setup(
2424
name="paddle2onnx",
25-
version="0.9.1",
25+
version="0.9.2",
2626
author="dltp-sz",
2727
author_email="dltp-sz@baidu.com",
2828
description="a toolkit for converting trained model of PaddlePaddle to ONNX.",

0 commit comments

Comments
 (0)