Skip to content

Commit

Permalink
update new version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed May 18, 2023
1 parent 880e629 commit c36d715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hf_hub_ctranslate2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""Compatability between Huggingface and Ctranslate2."""
__all__ = ["__version__", "TranslatorCT2fromHfHub", "GeneratorCT2fromHfHub", "MultiLingualTranslatorCT2fromHfHub", "_private"]
__all__ = ["__version__", "TranslatorCT2fromHfHub", "GeneratorCT2fromHfHub", "MultiLingualTranslatorCT2fromHfHub"]
from hf_hub_ctranslate2.translate import TranslatorCT2fromHfHub, GeneratorCT2fromHfHub, MultiLingualTranslatorCT2fromHfHub

__version__ = "2.0.0"
__version__ = "2.0.1"

0 comments on commit c36d715

Please sign in to comment.