Skip to content

Commit

Permalink
Mod: Update version in CHANGELOG, CITATION, README and __init__.py fi…
Browse files Browse the repository at this point in the history
…les.
  • Loading branch information
Labbeti committed Jul 21, 2023
1 parent 57dd7e9 commit 72eda97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [0.4.4] UNRELEASED
## [0.4.4] 2023-07-21
### Added
- `Evaluate` class now implements a `__hash__` and `tolist()` methods.
- BLEU 1 to n classes and functions.
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ keywords:
- captioning
- audio-captioning
license: MIT
version: 0.4.3
date-released: '2023-06-15'
version: 0.4.4
date-released: '2023-07-21'
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,10 @@ If you use this software, please consider cite it as below :
Labbe_aac-metrics_2023,
author = {Labbé, Etienne},
license = {MIT},
month = {6},
month = {7},
title = {{aac-metrics}},
url = {https://github.com/Labbeti/aac-metrics/},
version = {0.4.3},
version = {0.4.4},
year = {2023},
}
```
Expand Down
2 changes: 1 addition & 1 deletion src/aac_metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__license__ = "MIT"
__maintainer__ = "Etienne Labbé (Labbeti)"
__status__ = "Development"
__version__ = "0.4.3"
__version__ = "0.4.4"


from .classes.base import AACMetric
Expand Down

0 comments on commit 72eda97

Please sign in to comment.