Fixes #240, small backwards-compatablitity issue when sending images

This commit is contained in:
Mads Marquart
2018-01-08 21:55:11 +01:00
parent e4290cd465
commit 2c0d098852
2 changed files with 2 additions and 2 deletions

View File

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