Skip to content

Commit

Permalink
chore(release): Release v0.11.6 [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 Sep 26, 2024
1 parent 86a85c3 commit 83c3d19
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## v0.11.6 (2024-09-26)

### Fix

* **cd:** Install all dependencies for autodoc ([`140c7cb`](https://github.com/Sagacify/saga-llm-evaluation/commit/140c7cb46d381ccfa4af8ead953fe6f83cba1c11))

### Documentation

* **readme:** Improve badges ([`2e73549`](https://github.com/Sagacify/saga-llm-evaluation/commit/2e73549b2b6bfcb4118751bebbb58bec9c4fde51))
* **doc:** Fix details ([`a322c3e`](https://github.com/Sagacify/saga-llm-evaluation/commit/a322c3eb839562a6fcf6d50f751170be1f93f475))

## v0.11.5 (2024-09-26)

### 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"
version = "0.11.5"
version = "0.11.6"
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.11.5"
__version__ = "0.11.6"

0 comments on commit 83c3d19

Please sign in to comment.