Version up, thanks to @sdnian

`fetchThreadMessages` and `listen` can now parse AudioAttachments
This commit is contained in:
Mads Marquart
2018-01-30 17:20:47 +01:00
parent e8806d4ef8
commit 0b0d6179a2

View File

@@ -17,7 +17,7 @@ from .client import *
__copyright__ = 'Copyright 2015 - {} by Taehoon Kim'.format(datetime.now().year)
__version__ = '1.2.1'
__version__ = '1.3.0'
__license__ = 'BSD'
__author__ = 'Taehoon Kim; Moreels Pieter-Jan; Mads Marquart'
__email__ = 'carpedm20@gmail.com'