Skip to content

Commit

Permalink
Update package versions to 3.0.0. (#521)
Browse files Browse the repository at this point in the history
We just published version 2.9.1 to PyPI, so update the version to 3.0.0
ahead of the next nightly build.

Note: updating the version and rebuilding a release is relatively cheap
in this project, since the release build action only takes 5 minutes. We
can reduce the version if we want, or update it after a nightly build.
That is _not_ the case in https://github.com/iree-org/iree, where the
release build takes over 4 hours.
  • Loading branch information
ScottTodd authored Nov 14, 2024
1 parent 754e168 commit e9ba3ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sharktank/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"package-version": "2.9.1.dev"
"package-version": "3.0.0.dev"
}
2 changes: 1 addition & 1 deletion shortfin/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"package-version": "2.9.1.dev"
"package-version": "3.0.0.dev"
}
2 changes: 1 addition & 1 deletion tuner/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"package-version": "2.9.1.dev"
"package-version": "3.0.0.dev"
}

0 comments on commit e9ba3ef

Please sign in to comment.