1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Badiboy
9417c49d8e
Merge pull request #1502 from Badiboy/master
Bump version to 4.4.1
2022-04-16 23:22:30 +03:00
Badiboy
1a40f1da7a Bump version to 4.4.1 2022-04-16 23:21:25 +03:00
Badiboy
5e28f27764 Bump version to 4.4.1 2022-04-16 23:17:19 +03:00
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ copyright = '2022, coder2020official'
author = 'coder2020official'
# The full version, including alpha/beta/rc tags
release = '4.4.0'
release = '4.4.1'
# -- General configuration ---------------------------------------------------

View File

@ -7,7 +7,7 @@ from telebot.handler_backends import State, StatesGroup #States
from telebot.storage import StateMemoryStorage
# Beginning from version 4.4.0+, we support storages.
# Starting from version 4.4.0+, we support storages.
# StateRedisStorage -> Redis-based storage.
# StatePickleStorage -> Pickle-based storage.
# For redis, you will need to install redis.

View File

@ -1,3 +1,3 @@
# Versions should comply with PEP440.
# This line is parsed in setup.py:
__version__ = '4.4.0'
__version__ = '4.4.1'