From f04ccfc090d4e6f60d66db03221d5b327b11a244 Mon Sep 17 00:00:00 2001 From: Scott Todd Date: Thu, 7 Nov 2024 12:58:35 -0800 Subject: [PATCH] Decrement sharktank and shortfin versions to 2.9.0. This will let us publish a test release to PyPI and then increment the major version once we are comfortable with the new release process. Binaries using these versions have only been pushed to the "dev-wheels" release, so I plan on deleting the existing 3.0.0 wheels. --- sharktank/version_info.json | 2 +- shortfin/version_info.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sharktank/version_info.json b/sharktank/version_info.json index 85afb41ed..ca3c0ed0b 100644 --- a/sharktank/version_info.json +++ b/sharktank/version_info.json @@ -1,3 +1,3 @@ { - "package-version": "3.0.0.dev" + "package-version": "2.9.0.dev" } diff --git a/shortfin/version_info.json b/shortfin/version_info.json index 85afb41ed..ca3c0ed0b 100644 --- a/shortfin/version_info.json +++ b/shortfin/version_info.json @@ -1,3 +1,3 @@ { - "package-version": "3.0.0.dev" + "package-version": "2.9.0.dev" }