diff --git a/comet/__init__.py b/comet/__init__.py index 391f0b0..07e4e78 100644 --- a/comet/__init__.py +++ b/comet/__init__.py @@ -22,5 +22,5 @@ logger = logging.getLogger(__name__) -__version__ = "2.2.1" +__version__ = "2.2.2" __copyright__ = "2020 Unbabel. All rights reserved." diff --git a/pyproject.toml b/pyproject.toml index ea61c12..917135e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "unbabel-comet" -version = "2.2.1" +version = "2.2.2" description = "High-quality Machine Translation Evaluation" authors = ["Ricardo Rei, Craig Stewart, Catarina Farinha, Alon Lavie"] license = "Apache-2.0"