From c12b884afd751d37321215adfb7967bd349c8202 Mon Sep 17 00:00:00 2001 From: qwertyadrian <20292956+qwertyadrian@users.noreply.github.com> Date: Mon, 10 Apr 2023 12:31:07 +0300 Subject: [PATCH] TG_AutoPoster 3.5.0 --- TG_AutoPoster/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TG_AutoPoster/__init__.py b/TG_AutoPoster/__init__.py index 74b9052..8493132 100644 --- a/TG_AutoPoster/__init__.py +++ b/TG_AutoPoster/__init__.py @@ -1,8 +1,8 @@ from .TG_AutoPoster import AutoPoster __author__ = "Adrian Polyakov (me@qwertyadrian.ru)" -__version__ = "3.5.0b1" -__copyright__ = "Copyright (c) 2018-2022 Adrian Polyakov" +__version__ = "3.5.0" +__copyright__ = "Copyright (c) 2018-2023 Adrian Polyakov" __license__ = "MIT" __all__ = ["AutoPoster"]