From 431ec900e620520d42fcef155013901f5fde59c4 Mon Sep 17 00:00:00 2001 From: RicardoRei Date: Wed, 27 Nov 2024 18:06:31 +0000 Subject: [PATCH] bump version 2.2.3 --- comet/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/comet/__init__.py b/comet/__init__.py index 07e4e78..201043d 100644 --- a/comet/__init__.py +++ b/comet/__init__.py @@ -22,5 +22,5 @@ logger = logging.getLogger(__name__) -__version__ = "2.2.2" +__version__ = "2.2.3" __copyright__ = "2020 Unbabel. All rights reserved." diff --git a/pyproject.toml b/pyproject.toml index 917135e..c52cefd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "unbabel-comet" -version = "2.2.2" +version = "2.2.3" description = "High-quality Machine Translation Evaluation" authors = ["Ricardo Rei, Craig Stewart, Catarina Farinha, Alon Lavie"] license = "Apache-2.0"