diff --git a/CHANGELOG.md b/CHANGELOG.md index a590cda..498bae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v0.12.0 (2024-10-22) + +### Feature + +* Bump version ([`c90d7f1`](https://github.com/Sagacify/saga-llm-evaluation/commit/c90d7f18250f41e7d0907c4563e92cd52f2b8cb1)) + +### Documentation + +* **sphinx:** How to use scorer module ([`1ae50cd`](https://github.com/Sagacify/saga-llm-evaluation/commit/1ae50cda32f1fad458338fd60468cb9bc6fbc6f1)) + ## v0.11.6 (2024-09-26) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 06b1384..e1bd114 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "saga-llm-evaluation" -version = "0.11.6" +version = "0.12.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 be37974..ea370a8 100644 --- a/saga_llm_evaluation/__init__.py +++ b/saga_llm_evaluation/__init__.py @@ -1 +1 @@ -__version__ = "0.11.6" +__version__ = "0.12.0"