Skip to content

Commit

Permalink
update setup.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed May 18, 2023
1 parent 856a9a9 commit 4a0a2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hf_hub_ctranslate2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
__all__ = ["__version__", "TranslatorCT2fromHfHub", "GeneratorCT2fromHfHub", "MultiLingualTranslatorCT2fromHfHub"]
from hf_hub_ctranslate2.translate import TranslatorCT2fromHfHub, GeneratorCT2fromHfHub, MultiLingualTranslatorCT2fromHfHub

__version__ = "1.0.3"
__version__ = "1.0.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="hf_hub_ctranslate2",
packages=find_packages(include="hf_hub_ctranslate2"),
packages=["hf_hub_ctranslate2"],
version=version,
description=("Connecting Transfromers on HuggingfaceHub with Ctranslate2 "),
long_description=long_description,
Expand Down

0 comments on commit 4a0a2fb

Please sign in to comment.