Fix shipping_options bug. #414

Update version.
This commit is contained in:
eternnoir
2017-11-13 10:14:10 +08:00
parent 3986f33d3a
commit 46c803bf55
2 changed files with 2 additions and 2 deletions

View File

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