We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b1d6f commit 7cb1c99Copy full SHA for 7cb1c99
pyrogram/__init__.py
@@ -18,7 +18,7 @@
18
19
import sys
20
21
-__copyright__ = "Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance>".replace(
+__copyright__ = "Copyright (C) 2017-2019 Dan Tès <https://github.com/delivrance>".replace(
22
"\xe8",
23
"e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
24
)
0 commit comments