diff --git a/demo_plugin/pyproject.toml b/demo_plugin/pyproject.toml index 71d6df59..9a3f6114 100644 --- a/demo_plugin/pyproject.toml +++ b/demo_plugin/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "demo_plugin" -version = "0.2.5" +version = "0.2.6" description = "" authors = ["Your Name "] readme = "README.md" diff --git a/plugins/huggingface/pyproject.toml b/plugins/huggingface/pyproject.toml index 4d3098ad..6cfa2cb8 100644 --- a/plugins/huggingface/pyproject.toml +++ b/plugins/huggingface/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newhelm-huggingface" -version = "0.2.5" +version = "0.2.6" description = "" authors = ["Your Name "] readme = "README.md" diff --git a/plugins/openai/pyproject.toml b/plugins/openai/pyproject.toml index e9ba314d..acf55696 100644 --- a/plugins/openai/pyproject.toml +++ b/plugins/openai/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newhelm-openai" -version = "0.2.5" +version = "0.2.6" description = "" authors = ["Your Name "] readme = "README.md" diff --git a/plugins/perspective_api/pyproject.toml b/plugins/perspective_api/pyproject.toml index 50d6e46d..93c07b17 100644 --- a/plugins/perspective_api/pyproject.toml +++ b/plugins/perspective_api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "perspective_api" -version = "0.2.5" +version = "0.2.6" description = "" authors = ["Your Name "] readme = "README.md" diff --git a/plugins/standard_tests/pyproject.toml b/plugins/standard_tests/pyproject.toml index 0997d331..212388ba 100644 --- a/plugins/standard_tests/pyproject.toml +++ b/plugins/standard_tests/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "standard_tests" -version = "0.2.5" +version = "0.2.6" description = "" authors = ["Your Name "] readme = "README.md" diff --git a/plugins/together/pyproject.toml b/plugins/together/pyproject.toml index 578fc225..84221761 100644 --- a/plugins/together/pyproject.toml +++ b/plugins/together/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newhelm-together" -version = "0.2.5" +version = "0.2.6" description = "" authors = ["Your Name "] readme = "README.md" @@ -8,7 +8,7 @@ packages = [{include = "newhelm"}] [tool.poetry.dependencies] python = "^3.10" -together = "^0.2.5" +together = "^0.2.6" types-requests = "^2.31.0.20240125" diff --git a/pyproject.toml b/pyproject.toml index 8415f728..05e3a4df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newhelm" -version = "0.2.5" +version = "0.2.6" description = "" authors = ["Your Name "] readme = "README.md"