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

Update version.

This commit is contained in:
eternnoir 2017-11-13 10:26:27 +08:00
parent 8bdbc24014
commit 47624a556e

View File

@ -7,7 +7,7 @@ def readme():
return f.read() return f.read()
setup(name='pyTelegramBotAPI', setup(name='pyTelegramBotAPI',
version='3.4.0', version='3.4.1',
description='Python Telegram bot api. ', description='Python Telegram bot api. ',
long_description=readme(), long_description=readme(),
author='eternnoir', author='eternnoir',