Merge pull request #1045 from seemethere/increment_070

Increment to 0.7.0
This commit is contained in:
Eli Uriegas 2017-12-05 19:27:11 -08:00 committed by GitHub
commit 21435c1863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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']