Increment to 0.5.0

This commit is contained in:
Eli Uriegas 2017-04-11 15:19:00 -05:00
parent 522a0beec0
commit 084f0d27a3

View File

@ -1,6 +1,6 @@
from sanic.app import Sanic
from sanic.blueprints import Blueprint
__version__ = '0.4.1'
__version__ = '0.5.0'
__all__ = ['Sanic', 'Blueprint']