From e749ff2337a4a2c1fff8d5a6ce462fc68de9bddf Mon Sep 17 00:00:00 2001 From: "Dr.Caduceus" Date: Thu, 9 Nov 2023 22:45:03 +0530 Subject: [PATCH] Bump to v1.4 --- bot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/__init__.py b/bot/__init__.py index c05a791..aa3c9c0 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.3 +version = 1.4 logger = getLogger('bot') TelegramBot = Client(