Fix filename in InputFile and provide to change filename in send_document.

This commit is contained in:
Alex Root Junior 2017-08-24 01:11:48 +03:00
parent e9a3ca6c8e
commit 7ffeb8ff57
3 changed files with 12 additions and 7 deletions

View file

@ -1,6 +1,6 @@
from .bot import Bot
from .utils.versions import Version, Stage
VERSION = Version(0, 4, 1, stage=Stage.DEV, build=0)
VERSION = Version(0, 4, 2, stage=Stage.DEV, build=0)
__version__ = VERSION.version