Skip to content

Commit 3ab353d

Browse files
authored
Update __version__ to 4.0.2
1 parent db0567f commit 3ab353d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googletrans/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Free Google Translate API for Python. Translates totally free of charge."""
22

33
__all__ = ("Translator",)
4-
__version__ = "3.4.0"
4+
__version__ = "4.0.2"
55

66

77
from googletrans.client import Translator

0 commit comments

Comments
 (0)