This commit is contained in:
Sergey Lavrinenko 2015-02-24 19:01:31 +03:00
parent 7e6c4ebb28
commit dd910dbb9a
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ More examples is at <https://github.com/lavr/python-emails/README.rst>.
"""
__title__ = 'emails'
__version__ = '0.1.12'
__version__ = '0.1.13'
__author__ = 'Sergey Lavrinenko'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2013 Sergey Lavrinenko'

View File

@ -58,7 +58,7 @@ class run_audit(Command):
settings.update(
name='emails',
version='0.1.12',
version='0.1.13',
description='Elegant and simple email library for python 2/3',
long_description=open('README.rst').read(),
author='Sergey Lavrinenko',