Dr.Caduceus commited on
Commit
275009d
·
unverified ·
1 Parent(s): e96a348

Bump to v1.1

Browse files
Files changed (1) hide show
  1. bot/__init__.py +2 -2
bot/__init__.py CHANGED
@@ -5,7 +5,7 @@ from .config import Telegram, LOGGER_CONFIG_JSON
5
 
6
  dictConfig(LOGGER_CONFIG_JSON)
7
 
8
- version = 1.0
9
  logger = getLogger('bot')
10
 
11
  TelegramBot = Client(
@@ -16,4 +16,4 @@ TelegramBot = Client(
16
  plugins={"root": "bot/plugins"},
17
  workers = Telegram.BOT_WORKERS,
18
  max_concurrent_transmissions=1000
19
- )
 
5
 
6
  dictConfig(LOGGER_CONFIG_JSON)
7
 
8
+ version = 1.1
9
  logger = getLogger('bot')
10
 
11
  TelegramBot = Client(
 
16
  plugins={"root": "bot/plugins"},
17
  workers = Telegram.BOT_WORKERS,
18
  max_concurrent_transmissions=1000
19
+ )