This commit is contained in:
zenix 2017-04-25 11:07:40 +09:00
commit 0bba267808

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