Merge pull request #701 from seemethere/increment_053

Increment to 0.5.3
This commit is contained in:
Eli Uriegas 2017-05-08 17:42:54 -07:00 committed by GitHub
commit 95c9514a44

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.5.2' __version__ = '0.5.3'
__all__ = ['Sanic', 'Blueprint'] __all__ = ['Sanic', 'Blueprint']