From bd2aead1c13a5900fd574cb10a4896cbca4f38b0 Mon Sep 17 00:00:00 2001 From: qwertyadrian <20292956+qwertyadrian@users.noreply.github.com> Date: Sat, 6 Aug 2022 17:50:10 +0300 Subject: [PATCH] TG_AutoPoster 3.1.2 --- TG_AutoPoster/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TG_AutoPoster/__init__.py b/TG_AutoPoster/__init__.py index 1049ce1..72e14ff 100644 --- a/TG_AutoPoster/__init__.py +++ b/TG_AutoPoster/__init__.py @@ -1,7 +1,7 @@ from .TG_AutoPoster import AutoPoster __author__ = "Adrian Polyakov (me@qwertyadrian.ru)" -__version__ = "3.1.1" +__version__ = "3.1.2" __copyright__ = "Copyright (c) 2018-2022 Adrian Polyakov" __license__ = "MIT"