diff --git a/emails/__init__.py b/emails/__init__.py index e92366e..406c3ff 100644 --- a/emails/__init__.py +++ b/emails/__init__.py @@ -38,7 +38,7 @@ Links from __future__ import unicode_literals __title__ = 'emails' -__version__ = '0.5.5' +__version__ = '0.5.6' __author__ = 'Sergey Lavrinenko' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2013-2016 Sergey Lavrinenko' @@ -47,5 +47,3 @@ USER_AGENT = 'python-emails/%s' % __version__ from .message import Message, html from .utils import MessageID - -