Skip to content

Commit

Permalink
chore(release): Release v0.7.2 [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 Dec 8, 2023
1 parent cf80e88 commit 638e4b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v0.7.2 (2023-12-08)

### Fix

* **cd:** Add password for private repo ([`c509d8a`](https://github.com/Sagacify/saga-llm-evaluation/commit/c509d8aad54030007d765304072f8bbecb514385))
* **cd:** Add username cred for private repo ([`6e02408`](https://github.com/Sagacify/saga-llm-evaluation/commit/6e02408978ae737bcc812b6dcc6430b950086df3))
* **pyproject:** Re-add private repo to poetry ([`7360b4a`](https://github.com/Sagacify/saga-llm-evaluation/commit/7360b4afe8310eda837d12f35f4f3772fd017e7d))

## v0.7.1 (2023-12-08)

### Fix
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_ml"
version = "0.7.1"
version = "0.7.2"
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 = ["Leonardo Remondini <[email protected]>", "Lucie Navez <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion saga_llm_evaluation_ml/__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.7.1"
__version__ = "0.7.2"

0 comments on commit 638e4b4

Please sign in to comment.