diff --git a/bot/__init__.py b/bot/__init__.py index da55106..44289e0 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.0 +version = 1.1 logger = getLogger('bot') TelegramBot = Client( @@ -16,4 +16,4 @@ TelegramBot = Client( plugins={"root": "bot/plugins"}, workers = Telegram.BOT_WORKERS, max_concurrent_transmissions=1000 -) \ No newline at end of file +)