Skip to content

Commit

Permalink
bump package version (1.1.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jun 6, 2022
1 parent a2cdda9 commit b8661aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="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/psf/black"><img alt="Code Style" src="https://img.shields.io/badge/code%20style-black-black" /></a>
</p>

> Version 1.1.1 is out 🥳! whats new?
> Version 1.1.2 is out 🥳! whats new?
> 1) Update: `comet-compare` to support multiple system comparison. Thanks to @SamuelLarkin
> 2) Bugfix: Broken link for `wmt21-comet-qe-da` (#78)
> 3) Bugfix: protobuf dependency (#82)
Expand All @@ -24,7 +24,7 @@ pip install unbabel-comet
```
or
```bash
pip install unbabel-comet==1.1.1 --use-feature=2020-resolver
pip install unbabel-comet==1.1.2 --use-feature=2020-resolver
```

To develop locally install [Poetry](https://python-poetry.org/docs/#installation) and run the following commands:
Expand Down
2 changes: 1 addition & 1 deletion comet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
logger = logging.getLogger(__name__)


__version__ = "1.1.1"
__version__ = "1.1.2"
__copyright__ = "2020 Unbabel. All rights reserved."
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "unbabel-comet"
version = "1.1.1"
version = "1.1.2"
description = "High-quality Machine Translation Evaluation"
authors = ["Ricardo Rei, Craig Stewart, Catarina Farinha, Alon Lavie"]
license = "Apache-2.0"
Expand Down

0 comments on commit b8661aa

Please sign in to comment.