Skip to content

Commit

Permalink
chore(release): Release v0.9.0 [skip ci]
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 27, 2024
1 parent cccd497 commit 0a949df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.9.0 (2024-06-27)

### Feature

* **cd:** Add token pypi to poetry in cd ([`0879230`](https://github.com/Sagacify/saga-llm-evaluation/commit/087923004d82420ab61d1ea4832609be76da93fd))

## v0.8.0 (2024-06-04)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "saga-llm-evaluation"
version = "0.8.0"
version = "0.9.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 = [
Expand Down
2 changes: 1 addition & 1 deletion saga_llm_evaluation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from .helpers.llm_metrics import GEval, GPTScore, SelfCheckGPT
from .helpers.utils import MetadataExtractor, get_llama_model

__version__ = "0.8.0"
__version__ = "0.9.0"

0 comments on commit 0a949df

Please sign in to comment.