Skip to content

Commit

Permalink
Set 0.8.2 to versions of registry, runtime, tools
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunsik committed Nov 9, 2022
1 parent 25f9065 commit e97bb1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.8.1"
version = "0.8.2"
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.8.1"
version = "0.8.2"
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.8.1"
version = "0.8.2"
authors = [{ name = "FurioaAI, Inc.", email = "[email protected]" }]
readme = "README.md"
license = { text = "Apache License 2.0" }
Expand Down

0 comments on commit e97bb1e

Please sign in to comment.