From 6ed0d3def75dff735470154fe8528ec77f3f3e81 Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Thu, 21 Mar 2019 16:24:57 -0700 Subject: [PATCH] Bump version to 19.03.0 Signed-off-by: Eli Uriegas --- sanic/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanic/__init__.py b/sanic/__init__.py index 5f524e94..88d1193b 100644 --- a/sanic/__init__.py +++ b/sanic/__init__.py @@ -2,6 +2,6 @@ from sanic.app import Sanic from sanic.blueprints import Blueprint -__version__ = "18.12.0" +__version__ = "19.03.0" __all__ = ["Sanic", "Blueprint"]