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 60
60
# The short X.Y version.
61
61
version = '4.0'
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '4.0.2 '
63
+ release = '4.0.3 '
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def requirements():
26
26
27
27
setup (
28
28
name = 'python-telegram-bot' ,
29
- version = '4.0.2 ' ,
29
+ version = '4.0.3 ' ,
30
30
author = 'Leandro Toledo' ,
31
31
author_email = 'devs@python-telegram-bot.org' ,
32
32
license = 'LGPLv3' ,
Original file line number Diff line number Diff line change 81
81
82
82
83
83
__author__ = 'devs@python-telegram-bot.org'
84
- __version__ = '4.0.2 '
84
+ __version__ = '4.0.3 '
85
85
__all__ = ['Audio' ,
86
86
'Bot' ,
87
87
'Chat' ,
You can’t perform that action at this time.
0 commit comments