Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
NeiH4207 committed Jun 19, 2024
1 parent 8913a96 commit d9658fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<h3 align="center">Transipy: The Powerful and Fastest Document Translation Tool</h3>

<p align="center">
Transipy is your one-stop solution for lightning-fast and accurate document translation. With its parallel processing capabilities, Transipy effortlessly handles large volumes of data in various formats, including CSV, TXT, and XLSX.
Transipy is your one-stop solution for lightning-fast and accurate document translation. With its parallel processing capabilities, Transipy effortlessly handles large volumes of data in various formats, including CSV, TXT, DOCX, and XLSX.
<br />
<a href="https://github.com/NeiH4207/transipy"><strong>Explore the docs »</strong></a>
<br />
Expand Down Expand Up @@ -126,7 +126,7 @@ options:

Example:
```bash
transipy -f path_to_file.[csv, tsv, txt, xlsx] -s <source> -t <target>
transipy -f path_to_file.[csv, tsv, txt, xlsx, docx] -s <source> -t <target>
```

#### Translate a file with a dictionary
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_requirements(path: str):

setup(
name='transipy',
version='1.0.3',
version='1.0.4',
description='Transipy is your one-stop solution for lightning-fast and accurate document translation.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion transipy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ def main():
output_file=output_file
)
else:
logger.error("Unsupported file format. Please use .csv/.tsv/.txt or .xlsx files.")
logger.error("Unsupported file format. Please use .csv/.tsv/.txt/docx or .xlsx files.")
return

0 comments on commit d9658fd

Please sign in to comment.