Skip to content

Commit

Permalink
Bump version to 19.03.1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
seemethere committed Mar 22, 2019
1 parent 669e2ed commit 7bca952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from sanic.blueprints import Blueprint


__version__ = "19.03.0"
__version__ = "19.03.1"

__all__ = ["Sanic", "Blueprint"]

0 comments on commit 7bca952

Please sign in to comment.