diff --git a/setup.py b/setup.py index 457251a..505b99a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ def readme(): return f.read() setup(name='pyTelegramBotAPI', - version='0.3.5', + version='0.3.6', description='Python Telegram bot api. ', long_description=readme(), author='eternnoir',