diff --git a/demo_plugin/pyproject.toml b/demo_plugin/pyproject.toml index 524ac162..34c6ac37 100644 --- a/demo_plugin/pyproject.toml +++ b/demo_plugin/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "demo_plugin" -version = "0.3.2" +version = "0.3.3" description = "" authors = ["Your Name "] readme = "README.md" diff --git a/plugins/huggingface/pyproject.toml b/plugins/huggingface/pyproject.toml index d98534af..117e6eb6 100644 --- a/plugins/huggingface/pyproject.toml +++ b/plugins/huggingface/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newhelm-huggingface" -version = "0.3.2" +version = "0.3.3" description = "" authors = ["Your Name "] readme = "README.md" diff --git a/plugins/openai/pyproject.toml b/plugins/openai/pyproject.toml index 180259ef..cf037cfc 100644 --- a/plugins/openai/pyproject.toml +++ b/plugins/openai/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newhelm-openai" -version = "0.3.2" +version = "0.3.3" description = "" authors = ["Your Name "] readme = "README.md" diff --git a/plugins/perspective_api/pyproject.toml b/plugins/perspective_api/pyproject.toml index 20c26f6a..a52d41e7 100644 --- a/plugins/perspective_api/pyproject.toml +++ b/plugins/perspective_api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "perspective_api" -version = "0.3.2" +version = "0.3.3" description = "" authors = ["Your Name "] readme = "README.md" diff --git a/plugins/standard_tests/pyproject.toml b/plugins/standard_tests/pyproject.toml index 4a753b85..a2c065c1 100644 --- a/plugins/standard_tests/pyproject.toml +++ b/plugins/standard_tests/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "standard_tests" -version = "0.3.2" +version = "0.3.3" description = "" authors = ["Your Name "] readme = "README.md" diff --git a/plugins/together/pyproject.toml b/plugins/together/pyproject.toml index 01e31cb1..3d82e893 100644 --- a/plugins/together/pyproject.toml +++ b/plugins/together/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newhelm-together" -version = "0.3.2" +version = "0.3.3" description = "" authors = ["Your Name "] readme = "README.md" diff --git a/pyproject.toml b/pyproject.toml index 430b413c..f3222569 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newhelm" -version = "0.3.2" +version = "0.3.3" description = "" authors = ["Your Name "] readme = "README.md"