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.3.3 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkorycki authored Apr 9, 2024
1 parent e4a18f9 commit 4088c92
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 = "demo_plugin"
version = "0.3.2"
version = "0.3.3"
description = ""
authors = ["Your Name <you@example.com>"]
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 = "newhelm-huggingface"
version = "0.3.2"
version = "0.3.3"
description = ""
authors = ["Your Name <you@example.com>"]
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 = "newhelm-openai"
version = "0.3.2"
version = "0.3.3"
description = ""
authors = ["Your Name <you@example.com>"]
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 = "perspective_api"
version = "0.3.2"
version = "0.3.3"
description = ""
authors = ["Your Name <you@example.com>"]
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 = "standard_tests"
version = "0.3.2"
version = "0.3.3"
description = ""
authors = ["Your Name <you@example.com>"]
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 = "newhelm-together"
version = "0.3.2"
version = "0.3.3"
description = ""
authors = ["Your Name <you@example.com>"]
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 = "newhelm"
version = "0.3.2"
version = "0.3.3"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
Expand Down

0 comments on commit 4088c92

Please sign in to comment.