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

Commit

Permalink
minor version bump (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkorycki authored Aug 6, 2024
1 parent f01be18 commit 7e3a13c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.1"
version = "0.6.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.5.1"
version = "0.6.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.5.1"
version = "0.6.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.5.1"
version = "0.6.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.5.1"
version = "0.6.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.5.1"
version = "0.6.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 7e3a13c

Please sign in to comment.