Increment to 0.8.0

Signed-off-by: Eli Uriegas <seemethere101@gmail.com>
This commit is contained in:
Eli Uriegas 2018-08-17 11:43:15 -07:00
parent 6f813f940e
commit b398c1fe72

View File

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