Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Jun 27, 2021
1 parent d9a2fb2 commit 80f1056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanic_routing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from .route import Route
from .router import BaseRouter

__version__ = "0.7.0rc1"
__version__ = "0.7.0"
__all__ = ("BaseRouter", "Route", "RouteGroup")

0 comments on commit 80f1056

Please sign in to comment.