Update Version.

Change log:
- New type Chat support.
- Bugs fix.
This commit is contained in:
eternnoir
2015-10-12 22:45:01 +08:00
parent 8e9837a587
commit f4be18e082

View File

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