From 4b3bba59d0e656268ad981551d9cfb404a9b3801 Mon Sep 17 00:00:00 2001 From: "Dr.Caduceus" Date: Tue, 7 Nov 2023 14:53:30 +0530 Subject: [PATCH] Bump to v1.2 --- bot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/__init__.py b/bot/__init__.py index 44289e0..0a12eec 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -5,7 +5,7 @@ from .config import Telegram, LOGGER_CONFIG_JSON dictConfig(LOGGER_CONFIG_JSON) -version = 1.1 +version = 1.2 logger = getLogger('bot') TelegramBot = Client(