From d15522d997e9488b6d50ac0314ed49268b845244 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 4 Jun 2024 11:52:34 +0000 Subject: [PATCH] chore(release): Release v0.8.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 4f73363..7ad6923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.8.0 (2024-06-04) + +### Feature + +* Make publishing public to PyPI ([`64fbb80`](https://github.com/Sagacify/saga-llm-evaluation/commit/64fbb809da59b3ec46c9d4845394717bc0adf862)) + ## v0.7.2 (2023-12-08) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 5cb8b59..70e3d42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "saga-llm-evaluation" -version = "0.7.2" +version = "0.8.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 8d483ae..5889c60 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.7.2" +__version__ = "0.8.0"