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

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 information -----------------------------------------------------
project = 'pyTelegramBotAPI' project = 'pyTelegramBotAPI Documentation'
copyright = '2022, coder2020official' copyright = '2022, coder2020official'
author = 'coder2020official' author = 'coder2020official'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '4.4.1' release = '4.5.0'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View File

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

View File

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