From dd17eb76bc88628a58a0e456fc76cb07eb12599f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-Arne=20Gr=C3=B6nroos?= Date: Mon, 11 Mar 2024 15:52:27 +0200 Subject: [PATCH] Bump version to 0.1.1 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 1ae9ae28..f8a14eac 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ description='Massively Multilingual Modular Open Translation @ Helsinki', long_description=long_description, long_description_content_type='text/markdown', - version='0.1', + version='0.1.1', packages=find_packages(), project_urls={ "Documentation": "https://helsinki-nlp.github.io/mammoth/", @@ -32,8 +32,8 @@ "pytest==7.0.1", "pyyaml", "timeout_decorator", - "sentencepiece==0.1.97", # TODO: do we need these fixed? - "sacrebleu==2.3.1" + "sentencepiece==0.1.97", + "sacrebleu==2.3.1", ], entry_points={ "console_scripts": [