From d8f9986089311c9fe07e1970f39043cf211af79a Mon Sep 17 00:00:00 2001 From: Channel Cat Date: Thu, 13 Sep 2018 02:24:31 -0700 Subject: [PATCH] Re-releasing with updated credentials --- sanic/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanic/__init__.py b/sanic/__init__.py index 912a151cca..51c8268ef3 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.8.2' +__version__ = '0.8.3' __all__ = ['Sanic', 'Blueprint']