Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Waino committed Mar 16, 2024
1 parent 669e2f4 commit dd17eb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand All @@ -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": [
Expand Down

0 comments on commit dd17eb7

Please sign in to comment.