From d4fad1e90b436eaaf36a918c639c31c44c60a3d4 Mon Sep 17 00:00:00 2001 From: Barbara Korycki Date: Tue, 9 Apr 2024 18:47:12 -0400 Subject: [PATCH] bump version 0.3.3 (#383) --- demo_plugin/pyproject.toml | 2 +- plugins/huggingface/pyproject.toml | 2 +- plugins/openai/pyproject.toml | 2 +- plugins/perspective_api/pyproject.toml | 2 +- plugins/standard_tests/pyproject.toml | 2 +- plugins/together/pyproject.toml | 2 +- pyproject.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) 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"