diff --git a/apistar_mail/__init__.py b/apistar_mail/__init__.py index 1f3a665..ffe91e9 100644 --- a/apistar_mail/__init__.py +++ b/apistar_mail/__init__.py @@ -2,6 +2,6 @@ __author__ = """Drew Bednar""" __email__ = 'drew@androiddrew.com' -__version__ = '0.2.1' +__version__ = '0.3.0' from .mail import MailComponent, Message, Mail # NOQA: F401 diff --git a/setup.cfg b/setup.cfg index 798693d..7956ab2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.3.0 [bumpversion:file:setup.py] search = version='{current_version}' diff --git a/setup.py b/setup.py index 3ae3ac4..0f43c4d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ test_requirements = [ setup( name='apistar-mail', - version='0.2.1', + version='0.3.0', description="A simple email Component for APIStar", long_description=readme + '\n\n' + history, long_description_content_type='text/markdown',