From 2a1d45f021d08f6fef21557036c4023d05e3f026 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Wed, 25 Dec 2024 15:07:11 -0800 Subject: [PATCH] patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb274af..4e8296a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openpo" -version = "0.7.4" +version = "0.7.5" description = "Build high quality synthetic datasets with AI feedback from 200+ LLMs" authors = ["Daniel Lee "] license = "Apache-2.0"