Bump version to 4.5.0

This commit is contained in:
Badiboy 2022-04-23 16:33:59 +03:00
parent e444bc2a0b
commit 9b1b324ab4
3 changed files with 5 additions and 4 deletions

View File

@ -17,12 +17,12 @@
# -- Project information -----------------------------------------------------
project = 'pyTelegramBotAPI'
project = 'pyTelegramBotAPI Documentation'
copyright = '2022, coder2020official'
author = 'coder2020official'
# The full version, including alpha/beta/rc tags
release = '4.4.1'
release = '4.5.0'
# -- General configuration ---------------------------------------------------

View File

@ -26,7 +26,8 @@ setup(name='pyTelegramBotAPI',
extras_require={
'json': 'ujson',
'PIL': 'Pillow',
'redis': 'redis>=3.4.1'
'redis': 'redis>=3.4.1',
'aiohttp': 'aiohttp',
},
classifiers=[
'Development Status :: 5 - Production/Stable',

View File

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