From 3329ed4971a392194ace699643477304bfb050c2 Mon Sep 17 00:00:00 2001 From: Matt Post Date: Tue, 12 Mar 2024 21:12:58 -0700 Subject: [PATCH] Add project exports --- CHANGELOG.md | 4 ++++ sacrebleu/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d719628..8e40fb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`) diff --git a/sacrebleu/__init__.py b/sacrebleu/__init__.py index 4a3bcab..c75839a 100644 --- a/sacrebleu/__init__.py +++ b/sacrebleu/__init__.py @@ -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'