From 401df2719a14e45a14b63f1d1da44e9a49659a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lelzin=20=CE=BB?= Date: Wed, 12 Jul 2023 02:33:49 -0300 Subject: [PATCH] Bump version to v1.0.2 --- pyrography/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrography/__init__.py b/pyrography/__init__.py index 2fdfbeb952..ac7621d363 100644 --- a/pyrography/__init__.py +++ b/pyrography/__init__.py @@ -21,7 +21,7 @@ with Pyrography. If not, see . """ -__version__ = "1.0.1" +__version__ = "1.0.2" __license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)" __copyright__ = ( 'Pyrography - A wonderful Pyrogram fork inspired by Pyromod & AmanoTeam/Pyrogram.\n'