7bca95205d
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>
8 lines
127 B
Python
8 lines
127 B
Python
from sanic.app import Sanic
|
|
from sanic.blueprints import Blueprint
|
|
|
|
|
|
__version__ = "19.03.1"
|
|
|
|
__all__ = ["Sanic", "Blueprint"]
|