From eb92414d039a8d0087f545723a114b29123bec8f Mon Sep 17 00:00:00 2001 From: wulan17 Date: Sat, 22 Jul 2023 16:06:09 +0700 Subject: [PATCH] Pyrofork: Bump version to 2.2.6 Signed-off-by: wulan17 --- pyrogram/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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