From 7bca95205d51c7fcbaf7c6773e1175cc5e21dc34 Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Fri, 22 Mar 2019 16:44:28 -0700 Subject: [PATCH] Bump version to 19.03.1 Couldn't delete the release on github so we go with the next best thing which is to just bump the patch version 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 88d1193bc4..c7c69bd45a 100644 --- a/sanic/__init__.py +++ b/sanic/__init__.py @@ -2,6 +2,6 @@ from sanic.blueprints import Blueprint -__version__ = "19.03.0" +__version__ = "19.03.1" __all__ = ["Sanic", "Blueprint"]