Skip to content

Commit

Permalink
Version Update.
Browse files Browse the repository at this point in the history
Change log:
- All Message's attributes default to None. Don't need hasattr to check
  attribute.
- Inline mode support.
- Add InlineQueryResultArticle InlineQueryResultPhoto
  InlineQueryResultGif InlineQueryResultMpeg4Gif InlineQueryResultVideo
- Add new method answer_inline_query
- Add new inline_handler
  • Loading branch information
eternnoir committed Jan 6, 2016
1 parent a74ed6e commit 00d6481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def readme():
return f.read()

setup(name='pyTelegramBotAPI',
version='1.4.0',
version='1.4.1',
description='Python Telegram bot api. ',
long_description=readme(),
author='eternnoir',
Expand Down

0 comments on commit 00d6481

Please sign in to comment.