Increment to 0.6.0

This commit is contained in:
Eli Uriegas 2017-08-02 19:11:53 -07:00
parent 9b3fbe4593
commit f80a6ae228

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