Increment version to 0.3.0

This commit is contained in:
Eli Uriegas 2017-01-27 19:36:03 -06:00
parent 59242df7d6
commit cfc32d940a

View File

@ -1,6 +1,6 @@
from .sanic import Sanic
from .blueprints import Blueprint
__version__ = '0.2.0'
__version__ = '0.3.0'
__all__ = ['Sanic', 'Blueprint']