From 572f34bb2e0c1b6c03308cfcbb544b2aaaf5a31d Mon Sep 17 00:00:00 2001 From: Hyunsik Choi Date: Sat, 15 Apr 2023 01:24:11 -0500 Subject: [PATCH] Set the version to 0.9.0 for rc4 --- docs/en/source/conf.py | 4 ++-- docs/ko/source/conf.py | 2 +- python/furiosa-cli/pyproject.toml | 2 +- python/furiosa-common/pyproject.toml | 2 +- python/furiosa-litmus/pyproject.toml | 2 +- python/furiosa-optimizer/pyproject.toml | 2 +- python/furiosa-quantizer/pyproject.toml | 2 +- python/furiosa-registry/pyproject.toml | 2 +- python/furiosa-runtime/pyproject.toml | 2 +- python/furiosa-sdk/pyproject.toml | 2 +- python/furiosa-server/pyproject.toml | 2 +- python/furiosa-serving/pyproject.toml | 2 +- python/furiosa-tools/pyproject.toml | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/en/source/conf.py b/docs/en/source/conf.py index 5959710b..9d11e982 100644 --- a/docs/en/source/conf.py +++ b/docs/en/source/conf.py @@ -28,10 +28,10 @@ project = 'Furiosa SDK Documentation' copyright = '2022 FuriosaAI, Inc.' author = 'FuriosaAI, Inc.' -version = "0.9.0.rc3" +version = "0.9.0" # The full version, including alpha/beta/rc tags -release = "0.9.0.rc3" +release = "0.9.0" # -- General configuration --------------------------------------------------- diff --git a/docs/ko/source/conf.py b/docs/ko/source/conf.py index 8734d528..fa9cf8a0 100644 --- a/docs/ko/source/conf.py +++ b/docs/ko/source/conf.py @@ -21,7 +21,7 @@ copyright = '2021, FuriosaAI, Inc.' author = 'FuriosaAI, Inc.' -version = "0.9.0.rc3" +version = "0.9.0" # The full version, including alpha/beta/rc tags relase = "0.9.0.rc1" diff --git a/python/furiosa-cli/pyproject.toml b/python/furiosa-cli/pyproject.toml index 60e740c9..ab7f3934 100644 --- a/python/furiosa-cli/pyproject.toml +++ b/python/furiosa-cli/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi" [project] name = "furiosa-cli" -version = "0.9.0.rc3" +version = "0.9.0" authors = [{ name = "FurioaAI, Inc.", email = "pkg@furiosa.ai" }] readme = "README.md" license = { text = "Apache License 2.0" } diff --git a/python/furiosa-common/pyproject.toml b/python/furiosa-common/pyproject.toml index bf0142f1..932461f5 100644 --- a/python/furiosa-common/pyproject.toml +++ b/python/furiosa-common/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi" [project] name = "furiosa-common" -version = "0.9.0.rc3" +version = "0.9.0" authors = [{ name = "FurioaAI, Inc.", email = "pkg@furiosa.ai" }] readme = "README.md" license = { text = "Apache License 2.0" } diff --git a/python/furiosa-litmus/pyproject.toml b/python/furiosa-litmus/pyproject.toml index bbbafb87..cfc0ff30 100644 --- a/python/furiosa-litmus/pyproject.toml +++ b/python/furiosa-litmus/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi" [project] name = "furiosa-litmus" -version = "0.9.0.rc3" +version = "0.9.0" authors = [{ name = "FurioaAI, Inc.", email = "pkg@furiosa.ai" }] readme = "README.md" license = { text = "Apache License 2.0" } diff --git a/python/furiosa-optimizer/pyproject.toml b/python/furiosa-optimizer/pyproject.toml index 251fd9c8..8c426500 100644 --- a/python/furiosa-optimizer/pyproject.toml +++ b/python/furiosa-optimizer/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi" [project] name = "furiosa-optimizer" -version = "0.9.0.rc3" +version = "0.9.0" authors = [{ name = "FurioaAI, Inc.", email = "pkg@furiosa.ai" }] readme = "README.md" license = { text = "Apache License 2.0" } diff --git a/python/furiosa-quantizer/pyproject.toml b/python/furiosa-quantizer/pyproject.toml index 73b759ca..5e910116 100644 --- a/python/furiosa-quantizer/pyproject.toml +++ b/python/furiosa-quantizer/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi" [project] name = "furiosa-quantizer" -version = "0.9.0.rc3" +version = "0.9.0" authors = [{ name = "FurioaAI, Inc.", email = "pkg@furiosa.ai" }] readme = "README.md" license = { text = "Apache License 2.0" } diff --git a/python/furiosa-registry/pyproject.toml b/python/furiosa-registry/pyproject.toml index 08d3217f..1a2cdbf5 100644 --- a/python/furiosa-registry/pyproject.toml +++ b/python/furiosa-registry/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi" [project] name = "furiosa-registry" -version = "0.9.0.rc3" +version = "0.9.0" authors = [{ name = "FurioaAI, Inc.", email = "pkg@furiosa.ai" }] readme = "README.md" license = { text = "Apache License 2.0" } diff --git a/python/furiosa-runtime/pyproject.toml b/python/furiosa-runtime/pyproject.toml index 1a1cb7c9..73750e4f 100644 --- a/python/furiosa-runtime/pyproject.toml +++ b/python/furiosa-runtime/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi" [project] name = "furiosa-runtime" -version = "0.9.0.rc3" +version = "0.9.0" authors = [{ name = "FurioaAI, Inc.", email = "pkg@furiosa.ai" }] readme = "README.md" license = { text = "Apache License 2.0" } diff --git a/python/furiosa-sdk/pyproject.toml b/python/furiosa-sdk/pyproject.toml index 5dd5f7ed..729d3273 100644 --- a/python/furiosa-sdk/pyproject.toml +++ b/python/furiosa-sdk/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "furiosa-sdk" -version = "0.9.0.rc3" +version = "0.9.0" authors = [{ name = "FurioaAI, Inc.", email = "pkg@furiosa.ai" }] readme = "README.md" license = { text = "Apache License 2.0" } diff --git a/python/furiosa-server/pyproject.toml b/python/furiosa-server/pyproject.toml index afd98b97..5cf6911b 100644 --- a/python/furiosa-server/pyproject.toml +++ b/python/furiosa-server/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi" [project] name = "furiosa-server" -version = "0.9.0.rc3" +version = "0.9.0" authors = [{ name = "FurioaAI, Inc.", email = "pkg@furiosa.ai" }] readme = "README.md" license = { text = "Apache License 2.0" } diff --git a/python/furiosa-serving/pyproject.toml b/python/furiosa-serving/pyproject.toml index c58e9814..66bb540a 100644 --- a/python/furiosa-serving/pyproject.toml +++ b/python/furiosa-serving/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi" [project] name = "furiosa-serving" -version = "0.9.0.rc3" +version = "0.9.0" authors = [{ name = "FurioaAI, Inc.", email = "pkg@furiosa.ai" }] readme = "README.md" license = { text = "Apache License 2.0" } diff --git a/python/furiosa-tools/pyproject.toml b/python/furiosa-tools/pyproject.toml index 7e4a6522..bdf69166 100644 --- a/python/furiosa-tools/pyproject.toml +++ b/python/furiosa-tools/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi" [project] name = "furiosa-tools" -version = "0.9.0.rc3" +version = "0.9.0" authors = [{ name = "FurioaAI, Inc.", email = "pkg@furiosa.ai" }] readme = "README.md" license = { text = "Apache License 2.0" }