We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770480f commit 3b6be24Copy full SHA for 3b6be24
deepl/__init__.py
@@ -1,6 +1,6 @@
1
from .version import VERSION as __version__ # noqa
2
3
-__author__ = "DeepL GmbH <support@deepl.com>"
+__author__ = "DeepL GmbH <python-api@deepl.com>"
4
5
from .exceptions import ( # noqa
6
AuthorizationException,
0 commit comments