Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cole committed Apr 7, 2017
1 parent 5152f87 commit 00527e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/aiosmtplib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""

__title__ = 'aiosmtplib'
__version__ = '1.0.0'
__version__ = '1.0.1'
__author__ = 'Cole Maclean'
__license__ = 'MIT'
__copyright__ = 'Copyright 2017 Cole Maclean'
Expand All @@ -22,6 +22,7 @@
from .smtp import * # NOQA
from .status import * # NOQA


__all__ = (
errors.__all__ + response.__all__ + smtp.__all__ + status.__all__ # NOQA
)

0 comments on commit 00527e5

Please sign in to comment.