Skip to content

Commit

Permalink
set the version to 0.9.1 for rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
libc-furiosa committed May 23, 2023
1 parent 34b5dcd commit a240782
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/en/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
project = 'Furiosa SDK Documentation'
copyright = '2022 FuriosaAI, Inc.'
author = 'FuriosaAI, Inc.'
version = "0.9.1rc0"
version = "0.9.1"

# The full version, including alpha/beta/rc tags
release = "0.9.1rc0"
release = "0.9.1"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/ko/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
copyright = '2021, FuriosaAI, Inc.'
author = 'FuriosaAI, Inc.'

version = "0.9.1rc0"
version = "0.9.1"

# The full version, including alpha/beta/rc tags
relase = "0.10.0.dev0"
Expand Down
2 changes: 1 addition & 1 deletion python/furiosa-cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi"

[project]
name = "furiosa-cli"
version = "0.9.1rc0"
version = "0.9.1"
authors = [{ name = "FurioaAI, Inc.", email = "[email protected]" }]
readme = "README.md"
license = { text = "Apache License 2.0" }
Expand Down
2 changes: 1 addition & 1 deletion python/furiosa-common/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi"

[project]
name = "furiosa-common"
version = "0.9.1rc0"
version = "0.9.1"
authors = [{ name = "FurioaAI, Inc.", email = "[email protected]" }]
readme = "README.md"
license = { text = "Apache License 2.0" }
Expand Down
2 changes: 1 addition & 1 deletion python/furiosa-litmus/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi"

[project]
name = "furiosa-litmus"
version = "0.9.1rc0"
version = "0.9.1"
authors = [{ name = "FurioaAI, Inc.", email = "[email protected]" }]
readme = "README.md"
license = { text = "Apache License 2.0" }
Expand Down
2 changes: 1 addition & 1 deletion python/furiosa-optimizer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi"

[project]
name = "furiosa-optimizer"
version = "0.9.1rc0"
version = "0.9.1"
authors = [{ name = "FurioaAI, Inc.", email = "[email protected]" }]
readme = "README.md"
license = { text = "Apache License 2.0" }
Expand Down
2 changes: 1 addition & 1 deletion python/furiosa-quantizer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi"

[project]
name = "furiosa-quantizer"
version = "0.9.1rc0"
version = "0.9.1"
authors = [{ name = "FurioaAI, Inc.", email = "[email protected]" }]
readme = "README.md"
license = { text = "Apache License 2.0" }
Expand Down
2 changes: 1 addition & 1 deletion python/furiosa-registry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi"

[project]
name = "furiosa-registry"
version = "0.9.1rc0"
version = "0.9.1"
authors = [{ name = "FurioaAI, Inc.", email = "[email protected]" }]
readme = "README.md"
license = { text = "Apache License 2.0" }
Expand Down
2 changes: 1 addition & 1 deletion python/furiosa-runtime/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi"

[project]
name = "furiosa-runtime"
version = "0.9.1rc0"
version = "0.9.1"
authors = [{ name = "FurioaAI, Inc.", email = "[email protected]" }]
readme = "README.md"
license = { text = "Apache License 2.0" }
Expand Down
2 changes: 1 addition & 1 deletion python/furiosa-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "furiosa-sdk"
version = "0.9.1rc0"
version = "0.9.1"
authors = [{ name = "FurioaAI, Inc.", email = "[email protected]" }]
readme = "README.md"
license = { text = "Apache License 2.0" }
Expand Down
2 changes: 1 addition & 1 deletion python/furiosa-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi"

[project]
name = "furiosa-server"
version = "0.9.1rc0"
version = "0.9.1"
authors = [{ name = "FurioaAI, Inc.", email = "[email protected]" }]
readme = "README.md"
license = { text = "Apache License 2.0" }
Expand Down
2 changes: 1 addition & 1 deletion python/furiosa-serving/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi"

[project]
name = "furiosa-serving"
version = "0.9.1rc0"
version = "0.9.1"
authors = [{ name = "FurioaAI, Inc.", email = "[email protected]" }]
readme = "README.md"
license = { text = "Apache License 2.0" }
Expand Down
2 changes: 1 addition & 1 deletion python/furiosa-tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_ext:buildapi"

[project]
name = "furiosa-tools"
version = "0.9.1rc0"
version = "0.9.1"
authors = [{ name = "FurioaAI, Inc.", email = "[email protected]" }]
readme = "README.md"
license = { text = "Apache License 2.0" }
Expand Down

0 comments on commit a240782

Please sign in to comment.