Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pub-onnx2circle-launchpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
o2c_version:
description: 'The version of onnx2circle'
required: true
default: '0.2.0'
default: '0.3.0'
o2c_description:
description: 'Description of changelog for onnx2circle'
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ int convertToCircle(const O2Cparam &param)
} // namespace onnx2circle

// NOTE sync version number with 'infra/debian/*/changelog' for upgrade
const char *__version = "0.2.0";
const char *__version = "0.3.0";
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog will be updated by an automated pull request after the publishing workflow is triggered.


int entry(const O2Cparam &param)
{
Expand Down