12 lines
348 B
Python
12 lines
348 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# This file is part of robotframework-Smtp3Library.
|
|
# https://github.io/lucamaro/robotframework-SmtpLibrary
|
|
|
|
# Licensed under the Apache License 2.0 license:
|
|
# http://www.opensource.org/licenses/Apache-2.0
|
|
# Copyright (c) 2016, Luca Maragnani <luca.maragnani@gmail.com>
|
|
|
|
__version__ = '0.1.3' # NOQA
|