diff --git a/emails/__init__.py b/emails/__init__.py index 3e89718..b6f9c48 100644 --- a/emails/__init__.py +++ b/emails/__init__.py @@ -38,7 +38,7 @@ Links from __future__ import unicode_literals __title__ = 'emails' -__version__ = '0.4.13' +__version__ = '0.5' __author__ = 'Sergey Lavrinenko' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2013-2015 Sergey Lavrinenko'