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:
parent
e444bc2a0b
commit
9b1b324ab4
@ -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 ---------------------------------------------------
|
||||||
|
3
setup.py
3
setup.py
@ -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',
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user