release 0.5.5

This commit is contained in:
Sergey Lavrinenko 2016-03-12 01:14:26 +03:00
parent 7a071504c0
commit 153534b17c
1 changed files with 2 additions and 2 deletions

View File

@ -38,10 +38,10 @@ Links
from __future__ import unicode_literals
__title__ = 'emails'
__version__ = '0.5.4'
__version__ = '0.5.5'
__author__ = 'Sergey Lavrinenko'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2013-2015 Sergey Lavrinenko'
__copyright__ = 'Copyright 2013-2016 Sergey Lavrinenko'
USER_AGENT = 'python-emails/%s' % __version__