Fixed errors on unknown genders

This commit is contained in:
Mads Marquart
2017-12-15 23:46:47 +01:00
parent 32c72c2f35
commit 4f1f9bf1ce
4 changed files with 5 additions and 6 deletions

View File

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