Merge pull request #1292 from seemethere/increment_080

Increment to 0.8.0
This commit is contained in:
Eli Uriegas 2018-08-17 11:52:47 -07:00 committed by GitHub
commit a87934d434
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.7.0' __version__ = '0.8.0'
__all__ = ['Sanic', 'Blueprint'] __all__ = ['Sanic', 'Blueprint']