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 <seemethere101@gmail.com>
This commit is contained in:
Eli Uriegas 2019-03-22 16:44:28 -07:00
parent 669e2ed5b0
commit 7bca95205d

View File

@ -2,6 +2,6 @@ from sanic.app import Sanic
from sanic.blueprints import Blueprint from sanic.blueprints import Blueprint
__version__ = "19.03.0" __version__ = "19.03.1"
__all__ = ["Sanic", "Blueprint"] __all__ = ["Sanic", "Blueprint"]