diff --git a/bot/__init__.py b/bot/__init__.py index d95b009..59ef952 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.2 +version = 1.5 logger = getLogger('bot') TelegramBot = TelegramClient(