diff --git a/pyrogram/__init__.py b/pyrogram/__init__.py index 23773653..dd50d151 100644 --- a/pyrogram/__init__.py +++ b/pyrogram/__init__.py @@ -1,5 +1,6 @@ # Pyrogram - Telegram MTProto API Client Library for Python # Copyright (C) 2017-present Dan +# Copyright (C) 2022-present Mayuri-Chan # # This file is part of Pyrogram. # @@ -17,9 +18,9 @@ # along with Pyrogram. If not, see . __fork_name__ = "PyroFork" -__version__ = "2.2.5" +__version__ = "2.2.6" __license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)" -__copyright__ = "Copyright (C) 2017-present Dan " +__copyright__ = "Copyright (C) 2022-present Mayuri-Chan " from concurrent.futures.thread import ThreadPoolExecutor