We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a309ef commit f776bafCopy full SHA for f776baf
1 file changed
emails/__init__.py
@@ -38,10 +38,10 @@
38
from __future__ import unicode_literals
39
40
__title__ = 'emails'
41
-__version__ = '0.5.15'
+__version__ = '0.6'
42
__author__ = 'Sergey Lavrinenko'
43
__license__ = 'Apache 2.0'
44
-__copyright__ = 'Copyright 2013-2017 Sergey Lavrinenko'
+__copyright__ = 'Copyright 2013-2019 Sergey Lavrinenko'
45
46
USER_AGENT = 'python-emails/%s' % __version__
47
0 commit comments