Increment to 0.7.0

Signed-off-by: Eli Uriegas <seemethere101@gmail.com>
This commit is contained in:
Eli Uriegas 2017-12-05 19:13:16 -08:00
parent 1b0ad2c3cd
commit 1ea3ab7fe8

View File

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