Bump version.

This commit is contained in:
eternnoir
2017-04-30 20:37:55 +08:00
parent 450ef42a83
commit 8bf226e6bf

View File

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