From 531423ae1c04229f9ce8c6df9d26c9a174581176 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 1 Feb 2020 14:17:32 +0100 Subject: [PATCH] Update copyright year --- pyrogram/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrogram/__init__.py b/pyrogram/__init__.py index 8cbdba96..8739fe11 100644 --- a/pyrogram/__init__.py +++ b/pyrogram/__init__.py @@ -18,7 +18,7 @@ __version__ = "0.16.0" __license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)" -__copyright__ = "Copyright (C) 2017-2019 Dan " +__copyright__ = "Copyright (C) 2017-2020 Dan " from .client import * from .client.handlers import *