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

Commit

Permalink
Jump to v0.5.0! (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwgoldman authored Apr 15, 2024
1 parent 2046cb8 commit 2e81a6c
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.3.3"
version = "0.5.0"
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.3.3"
version = "0.5.0"
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.3.3"
version = "0.5.0"
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.3.3"
version = "0.5.0"
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.3.3"
version = "0.5.0"
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.3.3"
version = "0.5.0"
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.3.3"
version = "0.5.0"
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 2e81a6c

Please sign in to comment.