Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Jul 25, 2023
1 parent 412f75d commit e5740a0
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__ = "22.8.0"
__version__ = "23.6.0"
__all__ = ("BaseRouter", "Route", "RouteGroup")

0 comments on commit e5740a0

Please sign in to comment.