X Tutup
Skip to content

Commit 10a9821

Browse files
committed
bump version to 4.0.3
1 parent b5570dd commit 10a9821

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '4.0'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '4.0.2'
63+
release = '4.0.3'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def requirements():
2626

2727
setup(
2828
name='python-telegram-bot',
29-
version='4.0.2',
29+
version='4.0.3',
3030
author='Leandro Toledo',
3131
author_email='devs@python-telegram-bot.org',
3232
license='LGPLv3',

telegram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282

8383
__author__ = 'devs@python-telegram-bot.org'
84-
__version__ = '4.0.2'
84+
__version__ = '4.0.3'
8585
__all__ = ['Audio',
8686
'Bot',
8787
'Chat',

0 commit comments

Comments
 (0)
X Tutup