File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222author = 'coder2020official'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '4.4.0 '
25+ release = '4.4.1 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 77from telebot .storage import StateMemoryStorage
88
99
10- # Beginning from version 4.4.0+, we support storages.
10+ # Starting from version 4.4.0+, we support storages.
1111# StateRedisStorage -> Redis-based storage.
1212# StatePickleStorage -> Pickle-based storage.
1313# For redis, you will need to install redis.
Original file line number Diff line number Diff line change 11# Versions should comply with PEP440.
22# This line is parsed in setup.py:
3- __version__ = '4.4.0 '
3+ __version__ = '4.4.1 '
You can’t perform that action at this time.
0 commit comments