Minor fix for searchFor. See comments on #266

This commit is contained in:
Mads Marquart
2018-03-05 22:07:16 +01:00
parent 4dd15b05ef
commit fb1ad5800c
2 changed files with 7 additions and 3 deletions

View File

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