Skip to content

Commit 7cb1c99

Browse files
committed
Update copyright year
1 parent c7b1d6f commit 7cb1c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import sys
2020

21-
__copyright__ = "Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance>".replace(
21+
__copyright__ = "Copyright (C) 2017-2019 Dan Tès <https://github.com/delivrance>".replace(
2222
"\xe8",
2323
"e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
2424
)

0 commit comments

Comments
 (0)