Skip to content

Commit 2c0ffa6

Browse files
authored
New Release: v0.4
New Release of py-trans 🥳 (v0.4) What's new. - Added new translation engine - Added function to get language name / code (ISO 639-1) - Added source language detection to translate.com engine - Added option to select full form of source language or language code of source language in language detection function Fixes, - Fixed attribute error while translating with LibreTranslate
1 parent f9a9443 commit 2c0ffa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
author_email='itz-fork@users.noreply.github.com',
3030
license='MIT',
3131
packages=find_packages(),
32-
download_url="https://github.com/Itz-fork/py-trans/releases/tag/py-trans-pypi-v0.3",
32+
download_url=f"https://github.com/Itz-fork/py-trans/releases/tag/py-trans-pypi-{pyt_version}",
3333
keywords=['python', 'translator', 'py-trans'],
3434
long_description=big_description,
3535
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)