diff --git a/CHANGELOG.md b/CHANGELOG.md index 603c3b398..77de72112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,19 @@ ### Breaking Changes ... - ### Features ... ### Fixes -- Update docstrings for 'calculate_bleu' in 'BleuGrader' to now correctly reflect float range from 0 to 100 for the return value. +... ### Deprecations ... +## 5.0.3 + +### Fixes +- Update docstrings for 'calculate_bleu' in 'BleuGrader' to now correctly reflect float range from 0 to 100 for the return value. ## 5.0.2 diff --git a/pyproject.toml b/pyproject.toml index dd1cb5d0a..624b24fdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "intelligence-layer" -version = "5.0.2" +version = "5.0.3" description = "" authors = ["Aleph Alpha Engineering "] readme = "README.md"