Skip to content

Commit

Permalink
Add project exports (closes #255) (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpost authored Mar 13, 2024
1 parent 821f4b4 commit 545a3ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

- 2.4.1 (2024-03-12)
Fixed:
- Add exports to package __init__.py

- 2.4.0 (2023-12-11)
Added:
- WMT23 test sets (test set `wmt23`)
Expand Down
2 changes: 1 addition & 1 deletion sacrebleu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.

__version__ = '2.4.0'
__version__ = '2.4.1'
__description__ = 'Hassle-free computation of shareable, comparable, and reproducible BLEU, chrF, and TER scores'


Expand Down

0 comments on commit 545a3ff

Please sign in to comment.