Skip to content

Commit

Permalink
chore: bump patch version to v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinKallenbornAA committed Jul 22, 2024
1 parent e8918f6 commit 11fdd41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 11fdd41

Please sign in to comment.