From ab82e3e42474c523f78bfacc3c133839b7df9488 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 27 Jun 2024 15:28:26 +0000 Subject: [PATCH] chore(release): Release v0.10.0 [skip ci] Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- saga_llm_evaluation/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c56bf0d..8334b89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.10.0 (2024-06-27) + +### Feature + +* **pyproject:** Remove bleurt from dependencies, add it to readme ([`49ffac0`](https://github.com/Sagacify/saga-llm-evaluation/commit/49ffac01dbcd37978b567cb784b4844d6712c7b0)) + ## v0.9.0 (2024-06-27) ### Feature diff --git a/pyproject.toml b/pyproject.toml index f252efa..e5c6ad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "saga-llm-evaluation" -version = "0.9.0" +version = "0.10.0" description = "Versatile Python library designed for evaluating the performance of large language models in Natural Language Processing (NLP) tasks. Developed by Sagacify" readme = "README.md" authors = [ diff --git a/saga_llm_evaluation/__init__.py b/saga_llm_evaluation/__init__.py index ca67d07..3a4e2c4 100644 --- a/saga_llm_evaluation/__init__.py +++ b/saga_llm_evaluation/__init__.py @@ -9,4 +9,4 @@ from .helpers.llm_metrics import GEval, GPTScore, SelfCheckGPT from .helpers.utils import MetadataExtractor, get_llama_model -__version__ = "0.9.0" +__version__ = "0.10.0"