diff --git a/pyrogram/__init__.py b/pyrogram/__init__.py index 263130aa..772ee4d5 100644 --- a/pyrogram/__init__.py +++ b/pyrogram/__init__.py @@ -1,6 +1,6 @@ # Pyrofork - Telegram MTProto API Client Library for Python # Copyright (C) 2017-present Dan -# Copyright (C) 2022-present Dan +# Copyright (C) 2022-present Mayuri-Chan # # This file is part of Pyrofork. # @@ -18,7 +18,7 @@ # along with Pyrofork. If not, see . __fork_name__ = "PyroFork" -__version__ = "2.3.1" +__version__ = "2.3.2" __license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)" __copyright__ = "Copyright (C) 2022-present Mayuri-Chan "