sanic/sanic/__init__.py
Eli Uriegas 7bca95205d 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>
2019-03-22 16:44:28 -07:00

8 lines
127 B
Python

from sanic.app import Sanic
from sanic.blueprints import Blueprint
__version__ = "19.03.1"
__all__ = ["Sanic", "Blueprint"]