Skip to content

Commit

Permalink
bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Oct 4, 2022
1 parent c8d3dc4 commit 0d58039
Show file tree
Hide file tree
Showing 4 changed files with 753 additions and 621 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
</p>

> Whats new?
> [CometKiwi](https://arxiv.org/abs/2209.06243) was the winning submission for the QE shared task 2022 🥳!. Code will be released soon!
> 1) Bump some requirements in order to be easier to use COMET on Windows and Apple M1.
> 2) [CometKiwi](https://arxiv.org/abs/2209.06243) was the winning submission for the QE shared task 2022 🥳!. Code will be released soon!
## Quick Installation

COMET requires python 3.8 or above!

Simple installation from PyPI

```bash
Expand All @@ -25,7 +27,7 @@ or
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:
To develop locally install [Poetry](https://python-poetry.org/docs/#installation) (`pip install poetry`) and run the following commands:
```bash
git clone https://github.com/Unbabel/COMET
cd COMET
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.2"
__version__ = "1.1.3"
__copyright__ = "2020 Unbabel. All rights reserved."
Loading

0 comments on commit 0d58039

Please sign in to comment.