From f7198a507bdd77f3167ba93fd3c6093a57d80069 Mon Sep 17 00:00:00 2001 From: androiddrew Date: Mon, 14 May 2018 21:48:09 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.1=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apistar_mail/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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',