Skip to content

Commit

Permalink
Downgrade version to 2.9.2 to push a patch release. (#547)
Browse files Browse the repository at this point in the history
Still working out the details for release process / branching.

Planned next steps:
1. Merge this
2. Trigger
https://github.com/nod-ai/shark-ai/actions/workflows/build_packages.yml
to build 2.9.2
3. Delete 3.0.0 wheels from
https://github.com/nod-ai/shark-ai/releases/tag/dev-wheels
4. Push 2.9.2 to PyPI
5. Revert this PR to get the version back to 3.0.0
  • Loading branch information
ScottTodd authored Nov 15, 2024
1 parent e417abd commit b574649
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": "3.0.0.dev"
"package-version": "2.9.2.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": "3.0.0.dev"
"package-version": "2.9.2.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": "3.0.0.dev"
"package-version": "2.9.2.dev"
}

0 comments on commit b574649

Please sign in to comment.