Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Bump version 0.5.1 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkorycki authored Apr 26, 2024
1 parent 7f85a85 commit 79283fd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demo_plugin/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "modelgauge-demo-plugin"
version = "0.5.0"
version = "0.5.1"
description = ""
authors = ["MLCommons AI Safety <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion plugins/huggingface/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "modelgauge-huggingface"
version = "0.5.0"
version = "0.5.1"
description = ""
authors = ["MLCommons AI Safety <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion plugins/openai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "modelgauge-openai"
version = "0.5.0"
version = "0.5.1"
description = ""
authors = ["MLCommons AI Safety <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion plugins/perspective_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "modelgauge-perspective-api"
version = "0.5.0"
version = "0.5.1"
description = ""
authors = ["MLCommons AI Safety <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion plugins/standard_tests/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "modelgauge-standard-tests"
version = "0.5.0"
version = "0.5.1"
description = ""
authors = ["MLCommons AI Safety <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion plugins/together/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "modelgauge-together"
version = "0.5.0"
version = "0.5.1"
description = ""
authors = ["MLCommons AI Safety <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "modelgauge"
version = "0.5.0"
version = "0.5.1"
description = "Automatically and uniformly measure the behavior of many AI Systems."
license = "Apache-2.0"
authors = ["MLCommons AI Safety <[email protected]>"]
Expand Down

0 comments on commit 79283fd

Please sign in to comment.