diff --git a/sanic/__init__.py b/sanic/__init__.py index 73059515f8..b67a3a6a5a 100644 --- a/sanic/__init__.py +++ b/sanic/__init__.py @@ -1,6 +1,6 @@ from sanic.app import Sanic from sanic.blueprints import Blueprint -__version__ = '0.4.0' +__version__ = '0.4.1' __all__ = ['Sanic', 'Blueprint']